Message 1 of 4
Return list to AutoCAD !
Not applicable
12-04-2005
09:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I am using VB.Net and ObjectARX. Now I have written a function which gives the vertices of selected entity in a messagebox.. Now I want to have this list be stored in AutoCAD. How could I do this ?
I tried following but failed because there is a limitation of 256 characters, I think.
--------------------------------------------------------------------------------------
msgLst = "(Setq VerLst(list" & outPts & ")) "
Application.DocumentManager.MdiActiveDocument.SendStringToExecute(msgLst, True, False, True)
---------------------------------------------------------------------------------------
Is there any method with which I can return this list to AutoCAD ?
Regards,
Alankar
I am using VB.Net and ObjectARX. Now I have written a function which gives the vertices of selected entity in a messagebox.. Now I want to have this list be stored in AutoCAD. How could I do this ?
I tried following but failed because there is a limitation of 256 characters, I think.
--------------------------------------------------------------------------------------
msgLst = "(Setq VerLst(list" & outPts & ")) "
Application.DocumentManager.MdiActiveDocument.SendStringToExecute(msgLst, True, False, True)
---------------------------------------------------------------------------------------
Is there any method with which I can return this list to AutoCAD ?
Regards,
Alankar