GridOptionsUseClipGrid Property |
Specifies whether to clip a vertical or horizontal grid lines at a selected profile..
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool UseClipGrid { get; set; }
Public Property UseClipGrid As Boolean
Get
Set
public:
property bool UseClipGrid {
bool get ();
void set (bool value);
}
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