TimelineGroup.healthState Property

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

Description

Returns the current health state of the object associated with this TimelineObject.

Syntax

"timelineGroup_var" is a variable referencing a TimelineGroup object.

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

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

Property Value

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

Version

Introduced in version July 2016