Message 1 of 2
VB.NET opening .SAT file as a Multi-body part instead of and Assembly

Not applicable
12-14-2020
11:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to open a .SAT file using the code below, and its opening as an Assembly.
Dim InvApp As Inventor.Application
InvApp.Documents.Open(C:\test.sat, True)
When I manually open the .SAT file I get prompted to create as and "Assembly", "Multi-body part", and "Composite feature part". Is there a way to select the multi-body part option programmatically?