ArcObjects Library Reference (DataSourcesRaster)  

IReprojectFunctionArguments.YCellsize Property

The Y cell size.

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

[C++]
HRESULT get_YCellsize(
  double* pYCellsize
);
[C++]
HRESULT put_YCellsize(
  double pYCellsize
);
[C++]

Parameters

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

Product Availability

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

See Also

IReprojectFunctionArguments Interface