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