MatchLineRightLabelAnchorPosition Property

Gets or sets the relative anchor position of the right side MatchLine label.

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

Property Value

MatchLineLabelLocationType
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the MatchLine does not contain a right side MatchLine label.
See Also