ArcObjects Library Reference (GISClient)  

IWCSSpatialDomain.GridOffsets_Y Property

Y offset of grid.

[Visual Basic .NET]
Public ReadOnly Property GridOffsets_Y As Double
[C#]
public double GridOffsets_Y {get;}
[C++]
HRESULT get_GridOffsets_Y(
  double* y
);
[C++]

Parameters

y [out, retval]   y is a parameter of type double

Product Availability

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

See Also

IWCSSpatialDomain Interface