Arbortext IsoView > Programmer's Reference > Object Links > Iso3SelectLink
  
Iso3SelectLink
Lets the user select one of the links of an object in a dialog. It returns the index of the link chosen by the user as long.
This method is useful if multiple links have been associated with an object. A dialog opens showing all possible links. The user selects a link, which then will get executed.
Introduced with Arbortext IsoView 3.0.
Syntax
Iso3SelectLinkobject
Parameters:
object
Defines the object identifier as BSTR.
linkNo =
document.ivx1.Iso3SelectLink("id(myObj1)");