Share

GridStyle Class

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.8.0.280

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

 NameDescription
Public propertyAxisOffsetAbove Gets or sets the distance to offset the axis above the vertical extent.
Public propertyAxisOffsetBottom Gets or sets the distance to offset the axis below the vertical extent.
Public propertyAxisOffsetLeft Gets or sets the distance to offset the axis to the left of the horizontal extent.
Public propertyAxisOffsetRight Gets or sets the distance to offset the horizontal axis to the right of the horizontal extent.
Public propertyGridPaddingAbove Gets or sets the number of grid blocks that the view extends above the maximum profile elevation.
Public propertyGridPaddingBottom Gets or sets the number of grid blocks that the view extends below the datum or minimum profile elevation.
Public propertyGridPaddingLeft Gets or sets the number of major grids to place before the left-most station value of the alignment.
Public propertyGridPaddingRight Gets or sets the number of major grids to place after the right-most station value of the alignment.
Public propertyHorizontalGridOptions Gets the horizontal clipping options on the profile view or section view grid.
Public propertyVerticalGridOptions Gets the vertical clipping options on the profile view or section view grid.

See Also

Reference

Was this information helpful?