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


IGlobeDocument.DocumentType Property (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.DocumentType Property
ArcGIS Developer Help

IGlobeDocument.DocumentType Property

The type of globe document currently loaded in the object.

[Visual Basic .NET]
Public ReadOnly Property DocumentType As esriGlobeDocumentType
[C#]
public esriGlobeDocumentType DocumentType {get;}
[C++]
HRESULT get_DocumentType(
  esriGlobeDocumentType* pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type esriGlobeDocumentType*

Product Availability

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

See Also

IGlobeDocument Interface