Opens an existing password-protected EBSILON®Professional model.
[Visual Basic] Public Function OpenWithPassword( _ ByVal Filename As String, _ ByVal Password As String, _ Optional ByVal OnErrorReturnNULL As Boolean = VARIANT_FALSE _ ) As Model [C#] public Model OpenWithPassword( string Filename, string Password, bool OnErrorReturnNULL ); [C++] public: Model* OpenWithPassword( String* Filename, String* Password, bool OnErrorReturnNULL ); [JScript] public function OpenWithPassword( String Filename, String Password, bool OnErrorReturnNULL ): Model;
False
, otherwise a Null
reference is returned.
A reference to the opened model or in case of an error a Null
reference.
Opens an existing password-protected EBSILON®Professional model, where Filename may be a relative or absolute path.
Application Class | EbsOpen Namespace