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


IRasterDefaultsEnv9.PyramidResamplingMethod Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterDefaultsEnv9.PyramidResamplingMethod Property

Pyramid resampling method.

[Visual Basic .NET]
Public Property PyramidResamplingMethod As rstResamplingTypes
[C#]
public rstResamplingTypes PyramidResamplingMethod {get; set;}
[C++]
HRESULT get_PyramidResamplingMethod(
  rstResamplingTypes* pYes
);
[C++]
HRESULT put_PyramidResamplingMethod(
  rstResamplingTypes pYes
);
[C++]

Parameters pYes [out, retval]
pYes is a parameter of type rstResamplingTypes pYes [in]
pYes is a parameter of type rstResamplingTypes

Product Availability

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

See Also

IRasterDefaultsEnv9 Interface