Jump to content

Getting eInvalidInput error while switching to modelspace from paperspace


anirudha_kulkarni

Recommended Posts

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....

 

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...