Gets or sets whether the left side MatchLine label is visible.

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

Syntax

C#
public bool IsLeftLabelVisible { get; set; }
Visual Basic
Public Property IsLeftLabelVisible As Boolean
	Get
	Set
Visual C++
public:
property bool IsLeftLabelVisible {
	bool get ();
	void set (bool value);
}

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when the property is set and the MatchLine does not contain a left side MatchLine label.

See Also