ActiveSelectionEvent.remove Method

Parent Object: ActiveSelectionEvent
Defined 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

Type Description
boolean Returns true if removal of the handler was successful.

Parameters

Name Type Description
handler ActiveSelectionEventHandler The handler object to be removed from the event.

Version

Introduced in version August 2020