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


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

IRGB32PixelResampler.ResamplingMethod Property

The resampling method.

[Visual Basic .NET]
Public Property ResamplingMethod As rstResamplingTypes
[C#]
public rstResamplingTypes ResamplingMethod {get; set;}
[C++]
HRESULT get_ResamplingMethod(
  rstResamplingTypes* pMethod
);
[C++]
HRESULT put_ResamplingMethod(
  rstResamplingTypes pMethod
);
[C++]
Parameters
pMethod [out, retval]

pMethod is a parameter of type rstResamplingTypes* pMethod [in]
pMethod is a parameter of type rstResamplingTypes

Product Availability

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

See Also

IRGB32PixelResampler Interface