Gets or sets the label style of the left side MatchLine label.

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

Syntax

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

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when setting to an invalid newValue.
System..::..InvalidOperationException Thrown when the MatchLine does not contain a left side MatchLine label.

See Also