RebarConstrainedHandleIsDraggable Method |
Checks that the RebarConstrainedHandle can be draggable in canvas (it has drag controls while editing constraints).
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic bool IsDraggable()
Public Function IsDraggable As Boolean
public:
bool IsDraggable()
member IsDraggable : unit -> bool
Return Value
Boolean
Returns true if the RebarConstrainedHandle can be draggable in canvas (it has drag controls while editing constraints).
See Also