ArcObjects Library Reference (DataSourcesRaster)  

IReprojectFunctionArguments.XCellsize Property

The X cell size.

ERROR: Syntax information about IReprojectFunctionArguments.XCellsize may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[C++]
HRESULT get_XCellsize(
  double* pXCellsize
);
[C++]
HRESULT put_XCellsize(
  double pXCellsize
);
[C++]

Parameters

pXCellsize [out, retval]   pXCellsize is a parameter of type double pXCellsize [in]   pXCellsize is a parameter of type double

Product Availability

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

See Also

IReprojectFunctionArguments Interface