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

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

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

See Also