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#]
Optional Values
bsPassword Supply as a default value.
[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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.