ExtendFeature.healthState Property
Parent Object:
ExtendFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ExtendFeature.h>
Description
Returns the current health state of the feature.
Syntax
"extendFeature_var" is a variable referencing an ExtendFeature object.
# Get the value of the property. propertyValue = extendFeature_var.healthState
|
"extendFeature_var" is a variable referencing an ExtendFeature object.
#include <Fusion/Features/ExtendFeature.h>
// Get the value of the property. FeatureHealthStates propertyValue = extendFeature_var->healthState();
|
Property Value
This is a read only property whose value is a
FeatureHealthStates.
Version
Introduced in version July 2016