Arbortext IsoView > Programmer's Reference > Viewport Functions > GetObjectViewPortName
  
GetObjectViewPortName
This method retrieves the viewport name of the specified object and returns it as a string.
The method returns the Object Viewport Name as BSTR.
Introduced with Arbortext IsoView 2.02.
Syntax
GetObjectViewPortNameIDName
Parameters:
ID
Defines the ID of the object as long.
Name
Defines the name of the object as BSTR.
edtData.value = document.ivx1.GetObjectViewPortName( id,name );