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