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


IRasterPyramid2.PyramidResamplingMethod Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterPyramid2 Interface > IRasterPyramid2.PyramidResamplingMethod Property
ArcGIS Developer Help

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