Gets or sets which profile controls the size of the profile view grid.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0

Syntax

C#
public string ClipGridAt { get; set; }
Visual Basic
Public Property ClipGridAt As String
	Get
	Set
Visual C++
public:
property String^ ClipGridAt {
	String^ get ();
	void set (String^ value);
}

Remarks

True: lines are drawn below the profile or cross section line, but not above. False: lines are drawn for the full height of the grid.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the input profile name cannot be found in the collection.

See Also