ConfigurationReplaceDesign.isValid Property

Parent Object: ConfigurationReplaceDesign
Defined in namespace "adsk::fusion" and the header file is <Fusion/Configurations/ConfigurationReplaceDesign.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

"configurationReplaceDesign_var" is a variable referencing a ConfigurationReplaceDesign object.

# Get the value of the property.
propertyValue = configurationReplaceDesign_var.isValid
"configurationReplaceDesign_var" is a variable referencing a ConfigurationReplaceDesign object.
#include <Fusion/Configurations/ConfigurationReplaceDesign.h>

// Get the value of the property.
boolean propertyValue = configurationReplaceDesign_var->isValid();

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version September 2025