anirudha_kulkarni Posted September 10, 2019 Posted September 10, 2019 Hello friends, I stuck in this eInvalidInput error, I am trying to open dwg file as below "DocumentCollection docMgr = Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager; var fileName = Path.GetFileName(file.FullName); dwgFlpath = folderpath + "\\" + fileName; DocumentCollectionExtension.Open(docMgr, dwgFlpath, false);" The opened drawing is in paperspace when I try to switch it into model space then it gives me error of eInvalideInput. Please guys help me.. Thanks in advance.... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.