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


IDETerrainWindowSize.Method 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.Method Property
ArcGIS Developer Help

IDETerrainWindowSize.Method Property

The method used by the windowsize filter to select points.

[Visual Basic .NET]
Public Property Method As esriTerrainWindowSizeMethod
[C#]
public esriTerrainWindowSizeMethod Method {get; set;}
[C++]
HRESULT get_Method(
  esriTerrainWindowSizeMethod pMethod
);
[C++]
HRESULT put_Method(
  esriTerrainWindowSizeMethod* pMethod
);
[C++]
Parameters
pMethod [in]

pMethod is a parameter of type esriTerrainWindowSizeMethod pMethod [out, retval]
pMethod is a parameter of type esriTerrainWindowSizeMethod*

Product Availability

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

Description

Method uses the esriTerrainWindowSizeMethod enumeration. This property controls how the pyramid filter selects points. It's used for all pyramid levels in a terrain.

See Also

IDETerrainWindowSize Interface