Arbortext IsoView > Programmer's Reference > Object Attributes > Iso3GetAttrByIndex
  
Iso3GetAttrByIndex
Returns the name of an attribute as BSTR.
You can get the actual count of attributes on an object using Iso3GetAttrCount. (See Iso3GetAttrCount.)
Introduced with Arbortext IsoView 3.0.
Syntax
Iso3GetAttrByIndexobjectindex
Parameters:
object
Defines the object identifier as BSTR.
index
Defines the index of the object as long (1-based).
attrName =
document.ivx1.Iso3GetAttrByIndex("id(myObj1)",1);