AcadPreferencesSelectionClassPickDrag Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual bool PickDrag { get; set; }
Public Overridable Property PickDrag As Boolean
Get
Set
public:
virtual property bool PickDrag {
bool get ();
void set (bool value);
}
abstract PickDrag : bool with get, set
override PickDrag : bool with get, set
Property Value
Type:
Boolean
Implements
IAcadPreferencesSelectionPickDrag
See Also