Arbortext IsoView > Programmer's Reference > Object Links > Iso3GetLinkByIndex
  
Iso3GetLinkByIndex
Gets the specified link of an object and returns the link as BSTR. This method will only retrieve linkuri attributes.
You can retrieve the number of links on an object using Iso3CountLinks. (See Iso3CountLinks.)
Introduced with Arbortext IsoView 3.0.
Syntax
Iso3GetLinkByIndexobjectindex
Parameters:
object
Defines the object identifier as BSTR.
index
Defines the index of the object as long (0 based).
link =
document.ivx1.Iso3GetLinkByIndex("id(myObj1)",1);