This document is archived and information here might be outdated. Recommended version. |
Open the globe document in preparation for the contents to be retrieved or updated.
[Visual Basic .NET]
Public Sub Open ( _
ByVal bsDocument As String, _
[ByVal bsPassword As String] _
)
[C#]
public void Open (
string bsDocument,
string bsPassword
);
[C++]
HRESULT Open(
BSTR bsDocument,
BSTR bsPassword
);
[C++] Parameters bsDocument [in]
bsDocument is a parameter of type BSTR bsPassword [in, optional, defaultvalue()]
bsPassword is a parameter of type BSTR