ActiveSelectionEvent.remove Method
Parent Object:
ActiveSelectionEventDefined in namespace "adsk::core" and the header file is <Core/UserInterface/ActiveSelectionEvent.h>
Description
Removes a handler from the event.
Syntax
"activeSelectionEvent_var" is a variable referencing an ActiveSelectionEvent object.returnValue = activeSelectionEvent_var.remove(handler)
|
"activeSelectionEvent_var" is a variable referencing an ActiveSelectionEvent object.
#include <Core/UserInterface/ActiveSelectionEvent.h>
returnValue = activeSelectionEvent_var->remove(handler);
|
Return Value
boolean |
Returns true if removal of the handler was successful. |
Parameters
Version
Introduced in version August 2020