TimelineGroups.count Property
Parent Object:
TimelineGroupsDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/TimelineGroups.h>
Description
Returns the number of items in the collection.
Syntax
"timelineGroups_var" is a variable referencing a TimelineGroups object.
# Get the value of the property. propertyValue = timelineGroups_var.count
|
"timelineGroups_var" is a variable referencing a TimelineGroups object.
#include <Fusion/Fusion/TimelineGroups.h>
// Get the value of the property. uinteger propertyValue = timelineGroups_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version August 2014