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


IRasterResamplingControl.ResamplingHint Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterResamplingControl.ResamplingHint Property

The raster resampling hint.

[Visual Basic .NET]
Public Property ResamplingHint As esriRasterResamplingHint
[C#]
public esriRasterResamplingHint ResamplingHint {get; set;}
[C++]
HRESULT get_ResamplingHint(
  esriRasterResamplingHint* pHint
);
[C++]
HRESULT put_ResamplingHint(
  esriRasterResamplingHint pHint
);
[C++]

Parameters pHint [out, retval]
pHint is a parameter of type esriRasterResamplingHint pHint [in]
pHint is a parameter of type esriRasterResamplingHint

Product Availability

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

See Also

IRasterResamplingControl Interface