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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public bool AnchorAtXY { get; set; }
Visual Basic
Public Property AnchorAtXY As Boolean
Get
Set
Visual C++
public: property bool AnchorAtXY { bool get (); void set (bool value); }