Timeline.count Property

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

Description

Returns the number of items in the collection.

Syntax

"timeline_var" is a variable referencing a Timeline object.

# Get the value of the property.
propertyValue = timeline_var.count
"timeline_var" is a variable referencing a Timeline object.
#include <Fusion/Fusion/Timeline.h>

// Get the value of the property.
uinteger propertyValue = timeline_var->count();

Property Value

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

Version

Introduced in version August 2014