ShowLabelLine Property

Gets or sets the value which indicates whether the label line is visible.

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

Syntax

C#

public bool ShowLabelLine { get; set; }

Visual Basic

Public Property ShowLabelLine As Boolean
	Get
	Set

Visual C++

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

Remarks

The default value is true.

See Also