StationOffsetLabelAnchorAtXY 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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool AnchorAtXY { get; set; }
Public Property AnchorAtXY As Boolean
Get
Set
public:
property bool AnchorAtXY {
bool get ();
void set (bool value);
}
Property Value
Boolean
See Also