SelectionEvent.remove Method
Parent Object:
SelectionEventDefined in namespace "adsk::core" and the header file is <Core/UserInterface/SelectionEvent.h>
Description
Removes a handler from this event endpoint.
Syntax
"selectionEvent_var" is a variable referencing a SelectionEvent object.returnValue = selectionEvent_var.remove(handler)
|
"selectionEvent_var" is a variable referencing a SelectionEvent object.
#include <Core/UserInterface/SelectionEvent.h>
returnValue = selectionEvent_var->remove(handler);
|
Return Value
boolean |
Returns true if the handler was found and removed from the set of event handlers. |
Parameters
handler |
SelectionEventHandler |
A SelectionEventHandler that was previously added to this event with the add method. |
Version
Introduced in version August 2014