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.8.0.280
Syntax
C#
public bool ClipToHighestProfile { get; set; }
VB
Public Property ClipToHighestProfile As Boolean Get Set
C++
public: property bool ClipToHighestProfile { bool get (); void set (bool value); }