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


IReprojectFunctionArguments.YCellsize 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.YCellsize Property
ArcGIS Developer Help

IReprojectFunctionArguments.YCellsize Property

The Y cell size.

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