I used reflection and found the IsSelected property of the Simulate tab:
Because there is no dll (i think VM is Virtual Machine), so could not:
using Autodesk.Navisworks.Gui.Common.VM.BaseVM
or
using Autodesk.Navisworks.Timeliner.VM
In this context, has 4 tab TasksTabVM, DataSourcesTabVM, ConfigureTabVM, SimulateTabVM How do I determine the「IsSelected」property of each tab?
Is there a way to change the value of property IsSelected using reflection?
Any tips on these will be great help.
Thanks in advance.