GridOptions Class

Specifies various grid options used by GridStyle.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
    Autodesk.Civil.DatabaseServices.StylesGridOptions

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class GridOptions : [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]

The GridOptions type exposes the following members.

Properties
 NameDescription
Public propertyClipToHighestProfile Specifies whether vertical or horizontal profile view grid lines are drawn to the highest of all displayed profiles.
Public propertyOmitGridInPaddingAreas Specifies whether vertical or horizontal profile view grid lines are not drawn in the padding areas.
Public propertyUseClipGrid Specifies whether to clip a vertical or horizontal grid lines at a selected profile..
Top
See Also