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

Syntax

C#
public bool UseClipGrid { get; set; }
Visual Basic
Public Property UseClipGrid As Boolean
	Get
	Set
Visual C++
public:
property bool UseClipGrid {
	bool get ();
	void set (bool value);
}

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