Provides access to members of Terrain Data Element.
Members
Name | Description | |
---|---|---|
![]() |
Method | The method used by the windowsize filter to select points. |
![]() |
ZThreshold | The maximum vertical displacement property associated with the secondary thinning filter. |
![]() |
ZThresholdStrategy | Controls how liberal secondary thinning is permitted to be. |
IDETerrainWindowSize.Method Property
The method used by the windowsize filter to select points.
Public Property Method As esriTerrainWindowSizeMethod
public esriTerrainWindowSizeMethod Method {get; set;}
IDETerrainWindowSize.ZThreshold Property
The maximum vertical displacement property associated with the secondary thinning filter.
Public Property ZThreshold As Double
public double ZThreshold {get; set;}
IDETerrainWindowSize.ZThresholdStrategy Property
Controls how liberal secondary thinning is permitted to be.
Public Property ZThresholdStrategy As esriTerrainZThresholdStrategy
public esriTerrainZThresholdStrategy ZThresholdStrategy {get; set;}
Classes that implement IDETerrainWindowSize
Classes | Description |
---|---|
DETerrain | Esri Terrain data element object. |