Message 1 of 1
Assigning Animation to Timeliner Task, Search by String

Not applicable
07-26-2018
12:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to create a process with the Navisworks .Net Api to import the Timeliner .CSV data. I can’t seem to be able to link the animations column to animations in Navisworks with the inbuilt importer therefore I am attempting to create a script in C# to fix this issue. Currently we have to manually select the animation in the Timeliner for each task.
Is there a way to collect all the Animations (as a `SavedItemReference`) available in the file as a collection, then select the specific animation by their name? I am attempting to use a string from a CSV file to match the `SavedItemReference.DisplayString` and assign it to the Timeliner using `DocumentTimeliner.TaskEdit`.
Version: Navisworks Manage 2018
Kind Regards,
Alex