Arbortext IsoView > Programmer's Reference > Traversing the Object Tree > Iso3GetFirstChild
  
Iso3GetFirstChild
Returns an object identifier of the first child of object, if any, as BSTR. If object is the root the first layer will be returned. The object identifier always uses the ID of the object. (See Iso3GetObjectID.)
Introduced with Arbortext IsoView 3.0.
Syntax
Iso3GetFirstChildobject
Parameters:
object
Defines the object identifier as BSTR.
firstChild =
document.ivx1.Iso3GetFirstChild("id(myObj1)");