SpunProfileInput.isValid Property

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

"spunProfileInput_var" is a variable referencing a SpunProfileInput object.

# Get the value of the property.
propertyValue = spunProfileInput_var.isValid
"spunProfileInput_var" is a variable referencing a SpunProfileInput object.
#include <Fusion/Sketch/SpunProfileInput.h>

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

Property Value

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

Version

Introduced in version November 2024