This document is archived and information here might be outdated.  Recommended version.


IGlobeDocument.Open Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGlobeDocument Interface > IGlobeDocument.Open Method
ArcGIS Developer Help

IGlobeDocument.Open Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeDocument Interface