Share

ViewFrameGroup.DefaultLeftMatchLineLabelAnchorPosition Property

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



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

Syntax

C#

public MatchLineLabelLocationType DefaultLeftMatchLineLabelAnchorPosition { get; set; }

VB

Public Property DefaultLeftMatchLineLabelAnchorPosition As MatchLineLabelLocationType
	Get
	Set

C++

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

Property Value

MatchLineLabelLocationType

Remarks

When setting, if the AnchorPosition of a MatchLine label is not equal to the original DefaultLeftMatchLineLabelAnchorPosition, the AnchorPosition of this label will not be updated to the new value.

See Also

Reference

Was this information helpful?