Arbortext IsoView > Programmer's Reference > Object Functions > Iso3GetObjectIDByIndex
  
Iso3GetObjectIDByIndex
Returns ID of an object.
This method returns the ID of the indexed object as BSTR. It returns the plain ID of the object, not a complete object identifier including the "id(...)" part.
Introduced with Arbortext IsoView 3.0.
Syntax
Iso3GetObjectIDByIndexindex
Parameters:
index
Defines the index of the object as long (0 based).
strID =
document.ivx1.Iso3GetObjectIDByIndex(n);