Specifies the X distance between the grid lines.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public double GridSpacingX { get; set; }
Visual Basic
Public Property GridSpacingX As Double
Get
Set
Visual 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. |