SurfacePointOutputOptionsGridSpacingX Property

Specifies the X distance between the grid lines.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double GridSpacingX { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentException Thrown when the value is less than 0.
Remarks
This property is available when the OutputLocations property is SurfacePointOutputLocationsType.GridBased.
See Also