Share

SettingsSurface.SettingsContourLabeling.DisplayContourLabelLine Property

Gets whether or not the contour label lines are displayed.



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

Syntax

C#

public PropertyBoolean DisplayContourLabelLine { get; }

VB

Public ReadOnly Property DisplayContourLabelLine As PropertyBoolean
	Get

C++

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

Property Value

PropertyBoolean

See Also

Reference

Was this information helpful?