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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: 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

ExceptionCondition
System..::..InvalidOperationException Thrown when the MatchLine does not contain a right side MatchLine label.

See Also