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