Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
Thank you for stopping by and reading my post.
I am writing a function that sends a command string to AutoCAD. The problem is the user would like to have the ability to repeat the function, not the command which that function calls. Are there any ways that I could work on this?
e.g. I have a function with command 'createLine'. The 'createLine' function will have some works before sending the command 'line' to AutoCAD. When the user hit the space bar to repeat the function, AutoCAD calls 'line' but not the 'createLine' function.
My function is writtent in .net.
I appreciate for all your helps. Thank you.
Solved! Go to Solution.