Share

Label.Dragged Property

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#

public virtual bool Dragged { get; }

VB

Public Overridable ReadOnly Property Dragged As Boolean
	Get

C++

public:
virtual property bool Dragged {
	bool get ();
}

Property Value

Boolean

Implements

ICommonLabelDragged

See Also

Reference

Was this information helpful?