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