DefaultLeftMatchLineLabelStyleId Property

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

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

Syntax

C#

public ObjectId DefaultLeftMatchLineLabelStyleId { get; set; }

Visual Basic

Public Property DefaultLeftMatchLineLabelStyleId As ObjectId
	Get
	Set

Visual C++

public:
property ObjectId DefaultLeftMatchLineLabelStyleId {
	ObjectId get ();
	void set (ObjectId value);
}

Remarks

When setting, if the label style of a MatchLine label is not equal to the original DefaultLeftMatchLineLabelStyleId, the label style of this label will not be updated to the new value.

See Also