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


IGPCellSizeXY.Y Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPCellSizeXY Interface > IGPCellSizeXY.Y Property
ArcGIS Developer Help

IGPCellSizeXY.Y Property

The Y.

[Visual Basic .NET]
Public Property Y As Double
[C#]
public double Y {get; set;}
[C++]
HRESULT get_Y(
  System.Double* Y
);
[C++]
HRESULT put_Y(
  double Y
);
[C++]
Parameters
Y [out, retval]

Y is a parameter of type double* Y [in]
Y is a parameter of type double

Product Availability

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

See Also

IGPCellSizeXY Interface