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


IBuildPyramidsParameters.PyramidResampleType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildPyramidsParameters Interface > IBuildPyramidsParameters.PyramidResampleType Property
ArcGIS Developer Help

IBuildPyramidsParameters.PyramidResampleType Property

The method used for pyramid resampling.

[Visual Basic .NET]
Public Property PyramidResampleType As rstResamplingTypes
[C#]
public rstResamplingTypes PyramidResampleType {get; set;}
[C++]
HRESULT get_PyramidResampleType(
  rstResamplingTypes pMethod
);
[C++]
HRESULT put_PyramidResampleType(
  rstResamplingTypes* pMethod
);
[C++]
Parameters
pMethod [in]

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

Product Availability

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

See Also

IBuildPyramidsParameters Interface