Share

SettingsCmdGradingElevEditor.SettingsCmdGradingElevationEditor.ShowGradeBreaksOnly Property

Specifies whether only the feature line start/end points and any grade breaks in between are displayed.



Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public PropertyBoolean ShowGradeBreaksOnly { get; }

VB

Public ReadOnly Property ShowGradeBreaksOnly As PropertyBoolean
	Get

C++

public:
property PropertyBoolean^ ShowGradeBreaksOnly {
	PropertyBoolean^ get ();
}

Property Value

PropertyBoolean

See Also

Reference

Was this information helpful?