Share

MatchLine.LeftLabelAnchorPosition Property

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



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public MatchLineLabelLocationType LeftLabelAnchorPosition { get; set; }

VB

Public Property LeftLabelAnchorPosition As MatchLineLabelLocationType
	Get
	Set

C++

public:
property MatchLineLabelLocationType LeftLabelAnchorPosition {
	MatchLineLabelLocationType get ();
	void set (MatchLineLabelLocationType value);
}

Property Value

MatchLineLabelLocationType

Exceptions

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

See Also

Reference

Was this information helpful?