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


IGlobeDocument.Open Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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#]

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.

See Also

IGlobeDocument Interface