Specifies the X distance between the grid lines.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public double GridSpacingX { get; set; }Visual Basic
Public Property GridSpacingX As Double
Get
SetVisual C++
public: property double GridSpacingX { double get (); void set (double value); }
Remarks
This property is available when the OutputLocations property is SurfacePointOutputLocationsType.GridBased.
Exceptions
| Exception | Condition |
|---|---|
| System.ArgumentException | Thrown when the value is less than 0. |