Message 1 of 10
How to call AutoCAD Command with .net C# on runtime?

Not applicable
09-03-2012
12:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear All,
Season Greetings,
Needed experts help,
How to call AutoCAD Command with .net C# on runtime?
For Example,
After opening my Drawing File thro. .net C#,
acApp.ActiveDocument.Application.ZoomExtents();
I need to use the AutoCAD command Oleopen
acApp.ActiveDocument.BeginCommand.oleopen();
Here is some error.
Normally how to use the AutoCAD commands with .net C# programming.
Could you pleae help me?
regards,
Micky.