MFGDMDataEventArgs.isValid Property
Parent Object:
MFGDMDataEventArgsDefined in namespace "adsk::core" and the header file is <Core/Application/MFGDMDataEventArgs.h>
Description
Indicates if this object is still valid, i.e. hasn't been deleted or some other action done to invalidate the reference.
Syntax
"mFGDMDataEventArgs_var" is a variable referencing a MFGDMDataEventArgs object.
# Get the value of the property. propertyValue = mFGDMDataEventArgs_var.isValid
|
"mFGDMDataEventArgs_var" is a variable referencing a MFGDMDataEventArgs object.
#include <Core/Application/MFGDMDataEventArgs.h>
// Get the value of the property. boolean propertyValue = mFGDMDataEventArgs_var->isValid();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version July 2025