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


IRasterInfo3.PyramidResamplingType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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