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


IGlobeDocument.New 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.New Method
ArcGIS Developer Help

IGlobeDocument.New Method

Creates and opens a new globe document in preparation for the contents to be retrieve or updated.

[Visual Basic .NET]
Public Sub New ( _
    ByVal bsDocument As String _
)
[C#]
public void New (
    string bsDocument
);
[C++]
HRESULT New(
  BSTR bsDocument
);
[C++]
Parameters
bsDocument [in]

bsDocument is a parameter of type BSTR

Product Availability

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

See Also

IGlobeDocument Interface