Arbortext IsoView > Programmer's Reference > Viewport Functions > GetNextViewPort
  
GetNextViewPort
This method provides the name of the next viewport in the graphic. The first name can be obtained by selecting GetFirstViewPort. (See GetFirstViewPort.)
The method returns the Name of the viewport. At the end of the list, an empty string is returned.
Introduced with Arbortext IsoView 1.0.
Syntax
GetNextViewPort
form1.edtFile.value = document.ivx1.GetNextViewPort();