This document is archived and information here might be outdated. Recommended version. |
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 [in]
pStrategy is a parameter of type esriTerrainZThresholdStrategy pStrategy [out, retval]
pStrategy is a parameter of type esriTerrainZThresholdStrategy*
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.