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