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