Specifies display characteristics for profile and section view graph gridlines.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
Autodesk.Civil.DatabaseServices.StylesGridStyle
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public sealed class GridStyle : [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
VB
Public NotInheritable Class GridStyle Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
C++
public ref class GridStyle sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
The GridStyle type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AxisOffsetAbove | Gets or sets the distance to offset the axis above the vertical extent. | |
| AxisOffsetBottom | Gets or sets the distance to offset the axis below the vertical extent. | |
| AxisOffsetLeft | Gets or sets the distance to offset the axis to the left of the horizontal extent. | |
| AxisOffsetRight | Gets or sets the distance to offset the horizontal axis to the right of the horizontal extent. | |
| GridPaddingAbove | Gets or sets the number of grid blocks that the view extends above the maximum profile elevation. | |
| GridPaddingBottom | Gets or sets the number of grid blocks that the view extends below the datum or minimum profile elevation. | |
| GridPaddingLeft | Gets or sets the number of major grids to place before the left-most station value of the alignment. | |
| GridPaddingRight | Gets or sets the number of major grids to place after the right-most station value of the alignment. | |
| HorizontalGridOptions | Gets the horizontal clipping options on the profile view or section view grid. | |
| VerticalGridOptions | Gets the vertical clipping options on the profile view or section view grid. |
