Message 1 of 4
How do I print a message in AutoCAD 2005 without Autodesk.AutoCAD.EditorInput?
Not applicable
07-15-2005
04:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello again...sigh,
I'm using AutoCAD 2005, so when I add acdbmgd and acmgd to my C# solution as
references, I cannot use:
using Autodesk.AutoCAD.EditorInput;
As a result, I can't use the WriteMessage method for printing a message in
AutoCAD. How can I do it using AutoCAD 2005?
Sorry to ask so many questions. Maybe I'm totally off track here...
-Carlos
I'm using AutoCAD 2005, so when I add acdbmgd and acmgd to my C# solution as
references, I cannot use:
using Autodesk.AutoCAD.EditorInput;
As a result, I can't use the WriteMessage method for printing a message in
AutoCAD. How can I do it using AutoCAD 2005?
Sorry to ask so many questions. Maybe I'm totally off track here...
-Carlos