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


IRasterDefaultsEnv9.PyramidResamplingMethod Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDefaultsEnv9 Interface > IRasterDefaultsEnv9.PyramidResamplingMethod Property
ArcGIS Developer Help

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

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

Product Availability

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

See Also

IRasterDefaultsEnv9 Interface