FilletEdgeSet.isValid Property

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

"filletEdgeSet_var" is a variable referencing a FilletEdgeSet object.

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

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

Property Value

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

Version

Introduced in version November 2014