ApplicationEventArgs.isValid Property
Parent Object:
ApplicationEventArgsDefined in namespace "adsk::core" and the header file is <Core/Application/ApplicationEventArgs.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
"applicationEventArgs_var" is a variable referencing an ApplicationEventArgs object.
# Get the value of the property. propertyValue = applicationEventArgs_var.isValid
|
"applicationEventArgs_var" is a variable referencing an ApplicationEventArgs object.
#include <Core/Application/ApplicationEventArgs.h>
// Get the value of the property. boolean propertyValue = applicationEventArgs_var->isValid();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version January 2016