ArcObjects Library Reference (DataSourcesRaster)  

IRasterPyramid2.PyramidResamplingMethod Property

The pyramid resampling method.

[Visual Basic .NET]
Public ReadOnly Property PyramidResamplingMethod As rstResamplingTypes
[C#]
public rstResamplingTypes PyramidResamplingMethod {get;}
[C++]
HRESULT get_PyramidResamplingMethod(
  rstResamplingTypes* Method
);
[C++]

Parameters

Method [out, retval]

  Method is a parameter of type rstResamplingTypes

Product Availability

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

See Also

IRasterPyramid2 Interface