CircularPatternFeature.isValid Property
Parent Object:
CircularPatternFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/CircularPatternFeature.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
"circularPatternFeature_var" is a variable referencing a CircularPatternFeature object.
# Get the value of the property. propertyValue = circularPatternFeature_var.isValid
|
"circularPatternFeature_var" is a variable referencing a CircularPatternFeature object.
#include <Fusion/Features/CircularPatternFeature.h>
// Get the value of the property. boolean propertyValue = circularPatternFeature_var->isValid();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version November 2014