Provides access to members of Terrain Pyramid Level.
Members
| Name | Description | |
|---|---|---|
![]() |
MaxScale | The maximum scale this pyramid level associated with. |
![]() |
PyramidType | The pyramid type of this pyramid level associated with. |
![]() |
Resolution | The resolution this pyramid level associated with. |
ITerrainPyramidLevel.MaxScale Property
The maximum scale this pyramid level associated with.
Public Property MaxScale As Integer
public int MaxScale {get; set;}
ITerrainPyramidLevel.PyramidType Property
The pyramid type of this pyramid level associated with.
Public ReadOnly Property PyramidType As esriTerrainPyramidType
public esriTerrainPyramidType PyramidType {get;}
ITerrainPyramidLevel.Resolution Property
The resolution this pyramid level associated with.
Public Property Resolution As Double
public double Resolution {get; set;}
Classes that implement ITerrainPyramidLevel
| Classes | Description |
|---|---|
| TerrainPyramidLevelWindowSize | |
| TerrainPyramidLevelZTolerance |

