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


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

IRasterXformer.PixelResampler Property

The current raster resampler.

[Visual Basic .NET]
Public Property PixelResampler As IPixelResampler
[C#]
public IPixelResampler PixelResampler {get; set;}
[C++]
HRESULT get_PixelResampler(
  IPixelResampler** ppResampler
);
[C++]
HRESULT putref_PixelResampler(
  IPixelResampler* ppResampler
);
[C++]
Parameters
ppResampler [out, retval]

ppResampler is a parameter of type IPixelResampler** ppResampler [in]
ppResampler is a parameter of type IPixelResampler*

Product Availability

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

See Also

IRasterXformer Interface