ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]

  Method is a parameter of type rstResamplingTypes

Method [in]

  Method is a parameter of type rstResamplingTypes

Product Availability

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

See Also

IRasterSdeStorage Interface