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


IGeoImageDescription3.ResamplingHint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGeoImageDescription3 Interface > IGeoImageDescription3.ResamplingHint Property
ArcGIS Developer Help

IGeoImageDescription3.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

IGeoImageDescription3 Interface