Arbortext IsoView > Programmer's Reference > Viewport Functions
  
Viewport Functions
GetFirstViewPort
This method provides the name of the first viewport in the graphic. All further names can be determined by GetNextViewPort. (See GetNextViewPort.)
It returns the name of the first viewport as BSTR.
Introduced with Arbortext IsoView 1.0.
Syntax
GetFirstViewPort
form1.edtFile.value = document.ivx1.GetFirstViewPort();