ArcObjects Library Reference (Carto)  

IGeoImageDescription3.ResamplingHint Property

The raster resampling hint.

ERROR: Syntax information about IGeoImageDescription3.ResamplingHint may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Carto.dll

[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