Skip to content

IDETerrain Interface

Provides access to members of Terrain Data Element.

Members

Name Description
Read/write property ConfigurationKeyword The storage parameter used with SDE databases.
Read/write property MaxOverviewTerrainPoints The maximum number of points in the most generalized representation of the Terrain.
Read/write property MaxPointsPerShape The maximum number of vertices per multipoint stored in the terrain pyramid.
Read/write property Name The name of the terrain.
Read/write property PyramidType The kind of the pyramid as defined by the type of filter it uses to thin points.
Read/write property TileSize The horizontal distance used to spatially index and partition terrain data.

IDETerrain.ConfigurationKeyword Property

The storage parameter used with SDE databases.

Public Property ConfigurationKeyword As String
public string ConfigurationKeyword {get; set;}

IDETerrain.MaxOverviewTerrainPoints Property

The maximum number of points in the most generalized representation of the Terrain.

Public Property MaxOverviewTerrainPoints As Integer
public int MaxOverviewTerrainPoints {get; set;}

IDETerrain.MaxPointsPerShape Property

The maximum number of vertices per multipoint stored in the terrain pyramid.

Public Property MaxPointsPerShape As Integer
public int MaxPointsPerShape {get; set;}

IDETerrain.Name Property

The name of the terrain.

Public Property Name As String
public string Name {get; set;}

IDETerrain.PyramidType Property

The kind of the pyramid as defined by the type of filter it uses to thin points.

Public Property PyramidType As esriTerrainPyramidType
public esriTerrainPyramidType PyramidType {get; set;}

IDETerrain.TileSize Property

The horizontal distance used to spatially index and partition terrain data.

Public Property TileSize As Double
public double TileSize {get; set;}

Classes that implement IDETerrain

Classes Description
DETerrain Esri Terrain data element object.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.