RuleFilletFeature.timelineObject Property

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

Description

Returns the timeline object associated with this feature.

Syntax

"ruleFilletFeature_var" is a variable referencing a RuleFilletFeature object.

# Get the value of the property.
propertyValue = ruleFilletFeature_var.timelineObject
"ruleFilletFeature_var" is a variable referencing a RuleFilletFeature object.
#include <Fusion/Features/RuleFilletFeature.h>

// Get the value of the property.
Ptr<TimelineObject> propertyValue = ruleFilletFeature_var->timelineObject();

Property Value

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

Version

Introduced in version September 2015