Message 1 of 4
Part Document Save as Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear Friends,
i am developing the Standalone App in Inventor API using VB.net.
this below error occurring not frequently, sometimes...
While saving the updated part doc, getting the following Error.
System.ArgumentException: 'The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))'
Code Snippet:
PartDoc.Update2()
Dim PartFileName As String = ""
PartFileName = DwgFolderPath & "\Bunker_Top.ipt"
PartDoc.SaveAs2(PartFileName, True) ---> this Line getting Error
Kindly give the Solution .
Thanks in advance