ArcObjects Library Reference (GeoDatabaseExtensions)  

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 [out, retval]

  pMethod is a parameter of type esriTerrainWindowSizeMethod

pMethod [in]

  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