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


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

IReprojectFunctionArguments.XCellsize Property

The X cell size.

[Visual Basic .NET]
Public Property XCellsize As Double
[C#]
public double XCellsize {get; set;}
[C++]
HRESULT get_XCellsize(
  System.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