GridOptionsUseClipGrid Property

Specifies whether to clip a vertical or horizontal grid lines at a selected profile..

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

Property Value

Boolean
Remarks
If true, vertical or horizontal grid lines are drawn below the profile line, but not above. If false, grid lines are drawn for the full height of the grid.
See Also