Arbortext IsoView > Programmer's Reference > Viewport Functions > SetHome
  
SetHome
Sets the file and the name of the home viewport.
Introduced with Arbortext IsoView 2.0.
Syntax
SetHomeFileNameView
Parameters:
FileName
Defines the file name or URL of the illustration as BSTR.
View
Defines the name of the home view port as BSTR.
In case of success the method returns true, otherwise false.
document.ivx1.SetHome (“test1.iso”, “home1”);