Gets a bool value that specifies whether the label has been dragged.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
bool Dragged { get; }
VB
ReadOnly Property Dragged As Boolean Get
C++
property bool Dragged { bool get (); }