ConfigurationFeatureAspectStringCell.isValid Property
Parent Object:
ConfigurationFeatureAspectStringCellDefined in namespace "adsk::fusion" and the header file is <Fusion/Configurations/ConfigurationFeatureAspectStringCell.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
"configurationFeatureAspectStringCell_var" is a variable referencing a ConfigurationFeatureAspectStringCell object.
# Get the value of the property. propertyValue = configurationFeatureAspectStringCell_var.isValid
|
"configurationFeatureAspectStringCell_var" is a variable referencing a ConfigurationFeatureAspectStringCell object.
#include <Fusion/Configurations/ConfigurationFeatureAspectStringCell.h>
// Get the value of the property. boolean propertyValue = configurationFeatureAspectStringCell_var->isValid();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version September 2024