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


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

IResampleFunctionArguments Interface

Provides access to members that control resample function arguments.

Product Availability

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

Members

Name Description
Read/write property InputCellsize The input resampling cellsize.
Read/write property OutputCellsize The output resampling cellsize.
Read/write property Raster The source raster object.
Read/write property ResamplingType The resampling type.

Classes that implement IResampleFunctionArguments

Classes Description
ResampleFunctionArguments A class for resampling function arguments.