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


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

IRasterInfo3.PyramidResamplingType Property

The pyramid resamping type.

[Visual Basic .NET]
Public Property PyramidResamplingType As rstResamplingTypes
[C#]
public rstResamplingTypes PyramidResamplingType {get; set;}
[C++]
HRESULT get_PyramidResamplingType(
  rstResamplingTypes* pResamplingType
);
[C++]
HRESULT put_PyramidResamplingType(
  rstResamplingTypes pResamplingType
);
[C++]
Parameters
pResamplingType [out, retval]

pResamplingType is a parameter of type rstResamplingTypes* pResamplingType [in]
pResamplingType is a parameter of type rstResamplingTypes

Product Availability

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

See Also

IRasterInfo3 Interface