DataFileFuture.isValid Property
Parent Object:
DataFileFutureDefined in namespace "adsk::core" and the header file is <Core/Dashboard/DataFileFuture.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
"dataFileFuture_var" is a variable referencing a DataFileFuture object.
# Get the value of the property. propertyValue = dataFileFuture_var.isValid
|
"dataFileFuture_var" is a variable referencing a DataFileFuture object.
#include <Core/Dashboard/DataFileFuture.h>
// Get the value of the property. boolean propertyValue = dataFileFuture_var->isValid();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version March 2015