Arbortext IsoView > Programmer's Reference > General Functions > SetPassword
  
SetPassword
This method enables Arbortext IsoView to read password protected Arbortext IsoDraw files.
Introduced with Arbortext IsoView 2.02.
Syntax
SetPasswordPassword
Parameters:
Password
Defines the password to open protected files as BSTR.
In case of success, the method returns true, otherwise false.
document.ivx1.SetPassword(“TopSecret!”);