Gets the distance between the grid lines in the X direction.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double SpacingX { get; }
VB
Public ReadOnly Property SpacingX As Double Get
C++
public: property double SpacingX { double get (); }