Gets the default value for a grid surfaces X spacing.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyDouble GridSurfaceXSpacing { get; }
VB
Public ReadOnly Property GridSurfaceXSpacing As PropertyDouble Get
C++
public: property PropertyDouble^ GridSurfaceXSpacing { PropertyDouble^ get (); }