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