ArcObjects Library Reference (DefenseSolutions)  

IMARasterLayer.ResamplingType Property

Raster catalog resampling type.

ERROR: Syntax information about IMARasterLayer.ResamplingType may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT get_ResamplingType(
  rstResamplingTypes* rst
);
[C++]
HRESULT put_ResamplingType(
  rstResamplingTypes rst
);
[C++]

Parameters

rst [out, retval]

  rst is a parameter of type rstResamplingTypes

rst [in]

  rst is a parameter of type rstResamplingTypes

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMARasterLayer Interface