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