Share

StationOffsetLabel.AnchorAtXY Property

Gets or sets a flag to indicate whether the label should move when the alignment is moved or if it is anchored at a specific point.



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

Syntax

C#

public bool AnchorAtXY { get; set; }

VB

Public Property AnchorAtXY As Boolean
	Get
	Set

C++

public:
property bool AnchorAtXY {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?