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


IResampleFunctionArguments.OutputCellsize Property (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 > IResampleFunctionArguments.OutputCellsize Property
ArcGIS Developer Help

IResampleFunctionArguments.OutputCellsize Property

The output resampling cellsize.

[Visual Basic .NET]
Public Property OutputCellsize As IPnt
[C#]
public IPnt OutputCellsize {get; set;}
[C++]
HRESULT get_OutputCellsize(
  IPnt** ppCellsize
);
[C++]
HRESULT putref_OutputCellsize(
  IPnt* ppCellsize
);
[C++]
Parameters
ppCellsize [out, retval]

ppCellsize is a parameter of type IPnt** ppCellsize [in]
ppCellsize is a parameter of type IPnt*

Product Availability

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

See Also

IResampleFunctionArguments Interface