Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there any possibility to access Timeliner Play/Stop buttons from the API?
Solved! Go to Solution.
Is there any possibility to access Timeliner Play/Stop buttons from the API?
Solved! Go to Solution.
Hi @guiliang_2000 ,
The Play button just executes Autodesk.Navisworks.Api.Interop.LcTlSimulationHelper.Instance.Play() and the Stop button just calls Stop() in the same object.
This class is exposed in Autodesk.Navisworks.Timeliner.dll
Since it is in an Interop namespace, it comes with no guarantees or documentation.
Thank you very much!✌️