ArcObjects Library Reference (GeoDatabaseExtensions)  

IDETerrainWindowSize.ZThresholdStrategy Property

Controls how liberal secondary thinning is permitted to be.

[Visual Basic .NET]
Public Property ZThresholdStrategy As esriTerrainZThresholdStrategy
[C#]
public esriTerrainZThresholdStrategy ZThresholdStrategy {get; set;}
[C++]
HRESULT get_ZThresholdStrategy(
  esriTerrainZThresholdStrategy* pStrategy
);
[C++]
HRESULT put_ZThresholdStrategy(
  esriTerrainZThresholdStrategy pStrategy
);
[C++]

Parameters

pStrategy [out, retval]

  pStrategy is a parameter of type esriTerrainZThresholdStrategy

pStrategy [in]

  pStrategy is a parameter of type esriTerrainZThresholdStrategy

Product Availability

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

Description

ZThresholdStrategy uses the esriTerrainZThresholdStrategy enumeration. When IDETerrainWindowSize.ZThreshold is greater than 0.0 the strategy defined here is used as a secondary thinning mechanism that operates in conjunction with window size.

See Also

IDETerrainWindowSize Interface