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