This document is archived and information here might be outdated.  Recommended version.


IDETerrainWindowSize.ZThresholdStrategy Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDETerrainWindowSize Interface > IDETerrainWindowSize.ZThresholdStrategy Property
ArcGIS Developer Help

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 [in]

pStrategy is a parameter of type esriTerrainZThresholdStrategy pStrategy [out, retval]
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