Message 1 of 2
Timeline doc inconsistency
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi TF360,
Could you look at … the SMALL documentation problem/inconsistency.
Based on the documentation – page Timeline.item Method
returnValue = timeline_var.item(index)
returnValue is of type TimelineObject
It is not always the case.
It could also be of the type: TimelineGroup.
The issue propagates into page TimelineObject Object where:
propertyValue = timelineObject_var.entity # = timeline_var.item(index).entity
based on documentation should
“Returns null if this is a TimelineGroup object"
It is not the case.
Attempt to get entity property from TimelineGroup object generates error:
“ return _fusion.TimelineObject__get_entity(self)
RuntimeError: 3 : Associated feature is invalid.”
Regards
MichaelT
MichaelT