Gets or sets the relative anchor position of the right side MatchLine label.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public MatchLineLabelLocationType RightLabelAnchorPosition { get; set; } |
| Visual Basic |
|---|
Public Property RightLabelAnchorPosition As MatchLineLabelLocationType Get Set |
| Visual C++ |
|---|
public: property MatchLineLabelLocationType RightLabelAnchorPosition { MatchLineLabelLocationType get (); void set (MatchLineLabelLocationType value); } |
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | Thrown when the MatchLine does not contain a right side MatchLine label. |