ArcObjects Library Reference (GeoDatabaseExtensions)  

DETerrain CoClass

ESRI Terrain data element object.

Product Availability

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

Description

DETerrain, the terrain data element, is used to access the global properties of a terrain dataset. These must be set at the time the terrain dataset is created. The IDETerrain interface, implemented by DETerrain, is used to set the basic properties associated with any terrain. If IDETerrain.PyramidType is set to esriTerrainPyramidWindowSize then IDETerrainWindowSize should be used to set those properties specific to window size based pyramids. Once the properties of the DETerrain object are set it is passed to the TerrainFeatureDatasetExtension to instantiate the terrain via IDatasetContainer3.CreateDataset.

Interfaces

Interfaces Description
IClone (esriSystem) Provides access to members that control cloning of objects.
IDataElement (esriGeoDatabase) Provides access to the Basic Data Element.
IDEDataset (esriGeoDatabase) Provides access to members that supply dataset data element information.
IDETerrain Provides access to members of Terrain Data Element.
IDETerrainWindowSize Provides access to members of Terrain Data Element.
IGPDescribe (esriGeoDatabase) Provides access to a Geoprocessing description.
IGPValue (esriGeoDatabase) Provides access to members of a GPValue.
IPersistStream (esriSystem)
IXMLSerialize (esriSystem) Provides access to members that XML serialize and deserialize an object to/from XML.