MatchLineIsLeftLabelVisible Property

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

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

Property Value

Boolean
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the property is set and the MatchLine does not contain a left side MatchLine label.
See Also