Open BOM to specific View tab using iLogic/VBA

Open BOM to specific View tab using iLogic/VBA

DRoam
Mentor Mentor
521 Views
0 Replies
Message 1 of 1

Open BOM to specific View tab using iLogic/VBA

DRoam
Mentor
Mentor

I'm able to open the BOM using iLogic with the following command:

 

ThisApplication.CommandManager.ControlDefinitions.Item("AssemblyBillOfMaterialsCmd").Execute

 

I'm wondering if there's any way to get the BOM to open to a specific View (i.e. Model Data, Structured, or Parts Only). It always seems to open to the last-used View. If there's not a command or modifier to open it to a specific view, then perhaps there's a way to access and modify the "last-used view" variable via the API?

0 Likes
522 Views
0 Replies
Replies (0)