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


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

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