Gets the distance between the grid lines in the X direction.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public double SpacingX { get; }
Visual Basic
Public ReadOnly Property SpacingX As Double
	Get
Visual C++
public:
property double SpacingX {
	double get ();
}

See Also