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


IGeometricFunction.Resampling Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IGeometricFunction.Resampling Property

Indicates if resampling will be performed.

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

Parameters pResampling [out, retval] pResampling is a parameter of type VARIANT_BOOL pResampling [in] pResampling is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGeometricFunction Interface