RightLabelAnchorPosition 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.3.1717.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