This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterStorageDef Interface > IRasterStorageDef.PyramidResampleType Property (ArcObjects .NET 10.5 SDK) |
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 [out, retval]
method is a parameter of type rstResamplingTypes method [in]
method is a parameter of type rstResamplingTypes