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


IRasterStorageDef.PyramidResampleType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterStorageDef Interface > IRasterStorageDef.PyramidResampleType Property
ArcGIS Developer Help

IRasterStorageDef.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 method
);
[C++]
HRESULT put_PyramidResampleType(
  rstResamplingTypes* method
);
[C++]
Parameters
method [in]

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

Product Availability

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

See Also

IRasterStorageDef Interface