11-29-2018
02:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-29-2018
02:26 AM
@Anonymous,
Try to use below VBA code to suppress Inventor default prompts.
'Before saving to .dxf or dwg ThisApplication.SilentOperation = True 'After saving to .dxf or dwg ThisApplication.SilentOperation = False
Can you please provide your code for further Investigation? please make sure that source code is non confidential.
Thanks and regards,
CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network
