This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGlobeDocument Interface > IGlobeDocument.Open Method (ArcObjects .NET 10.4 SDK) |
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 );
Optional Values
[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