ChamferTypeDefinition.isValid Property

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

"chamferTypeDefinition_var" is a variable referencing a ChamferTypeDefinition object.

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

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

Property Value

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

Version

Introduced in version March 2022