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


IGlobeDocument.DocumentType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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