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


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

IRasterFunctionHelper.Resampling Property

Indicates if this raster source wants to perform resampling.

[Visual Basic .NET]
Public Property Resampling As Boolean
[C#]
public bool Resampling {get; set;}
[C++]
HRESULT get_Resampling(
  Boolean* pResampling
);
[C++]
HRESULT put_Resampling(
  VARIANT_BOOL pResampling
);
[C++]
Parameters
pResampling [out, retval]

pResampling is a parameter of type bool* pResampling [in]
pResampling is a parameter of type bool

Product Availability

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

See Also

IRasterFunctionHelper Interface