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


IRasterStorageDef.PyramidResampleType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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 [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

IRasterStorageDef Interface