ClipToHighestProfile Property

Specifies whether vertical or horizontal profile view grid lines are drawn to the highest of all displayed profiles.

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

Syntax

C#

public bool ClipToHighestProfile { get; set; }

Visual Basic

Public Property ClipToHighestProfile As Boolean
	Get
	Set

Visual C++

public:
property bool ClipToHighestProfile {
	bool get ();
	void set (bool value);
}

See Also