MatchLineLeftLabelStyleId Property

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ObjectId LeftLabelStyleId { get; set; }

Property Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when setting to an invalid newValue.
InvalidOperationException Thrown when the MatchLine does not contain a left side MatchLine label.
See Also