PathPatternFeature.healthState Property

Parent Object: PathPatternFeature
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/PathPatternFeature.h>

Description

Returns the current health state of the feature.

Syntax

"pathPatternFeature_var" is a variable referencing a PathPatternFeature object.

# Get the value of the property.
propertyValue = pathPatternFeature_var.healthState
"pathPatternFeature_var" is a variable referencing a PathPatternFeature object.
#include <Fusion/Features/PathPatternFeature.h>

// Get the value of the property.
FeatureHealthStates propertyValue = pathPatternFeature_var->healthState();

Property Value

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

Version

Introduced in version July 2016