This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDETerrainWindowSize Interface > IDETerrainWindowSize.ZThresholdStrategy Property (ArcObjects .NET 10.5 SDK) |
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
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.