Gets or sets the relative anchor position of the left side MatchLine label.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public MatchLineLabelLocationType LeftLabelAnchorPosition { get; set; }
VB
Public Property LeftLabelAnchorPosition As MatchLineLabelLocationType Get Set
C++
public: property MatchLineLabelLocationType LeftLabelAnchorPosition { MatchLineLabelLocationType get (); void set (MatchLineLabelLocationType value); }
Property Value
MatchLineLabelLocationTypeExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the MatchLine does not contain a left side MatchLine label. |