12-08-2022
11:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
12-08-2022
11:00 PM
I would to make a ilogic code that End Section View before save. So I need to make a ilogic code that try to end Section View.
I want this code because I offen forget to end the Section view in the assambly before I save ...so I want to not have to think about it
Solved! Go to Solution.
12-09-2022
12:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
12-09-2022
12:01 AM
https://spiderinnet2.typepad.com/blog/2012/07/inventor-net-find-all-the-control-definitions-1.html
End Section View - AssemblyEndSectionViewCmd
Dim oApp As Inventor.Application = ThisApplication oApp.CommandManager.ControlDefinitions("AssemblyEndSectionViewCmd").Execute
12-09-2022
03:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report