com.esri.arcgis.carto
Interface esriGlobeDocumentType

All Superinterfaces:
Serializable

public interface esriGlobeDocumentType
extends Serializable

Type of globe document bound to the GlobeDocument coclass.

Product Availability

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


Field Summary
static int esriGlobeDocumentTypeGmx
          ArcGlobe Document.
static int esriGlobeDocumentTypeLyr
          Layer File.
static int esriGlobeDocumentTypePmf
          Published Map File.
static int esriGlobeDocumentTypeUnknown
          Unknown document type.
 

Field Detail

esriGlobeDocumentTypeGmx

static final int esriGlobeDocumentTypeGmx
ArcGlobe Document.

See Also:
Constant Field Values

esriGlobeDocumentTypePmf

static final int esriGlobeDocumentTypePmf
Published Map File.

See Also:
Constant Field Values

esriGlobeDocumentTypeLyr

static final int esriGlobeDocumentTypeLyr
Layer File.

See Also:
Constant Field Values

esriGlobeDocumentTypeUnknown

static final int esriGlobeDocumentTypeUnknown
Unknown document type.

See Also:
Constant Field Values