AllExtentDefinition.isValid Property

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

"allExtentDefinition_var" is a variable referencing an AllExtentDefinition object.

# Get the value of the property.
propertyValue = allExtentDefinition_var.isValid
"allExtentDefinition_var" is a variable referencing an AllExtentDefinition object.
#include <Fusion/Features/AllExtentDefinition.h>

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

Property Value

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

Version

Introduced in version March 2022