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


IWCSSpatialDomain.GridOffsets_Y Property (ArcObjects .NET 10.5 SDK)
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