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


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

IRasterSdeStorage.PyramidResampleType Property

The resampling method.

[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

IRasterSdeStorage Interface