Share

GridOptions.UseClipGrid 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.280

Syntax

C#

public bool UseClipGrid { get; set; }

VB

Public Property UseClipGrid As Boolean
	Get
	Set

C++

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

Reference

Was this information helpful?