RightLabelStyleId Property

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

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

Syntax

C#

public ObjectId RightLabelStyleId { get; set; }

Visual Basic

Public Property RightLabelStyleId As ObjectId
	Get
	Set

Visual C++

public:
property ObjectId RightLabelStyleId {
	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 right side MatchLine label.

See Also