ArcObjects Library Reference (GISClient)  

IWCSSpatialDomain.GridOffsets_X Property

X offset of grid.

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

Parameters

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

Product Availability

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

See Also

IWCSSpatialDomain Interface