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