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