Message 1 of 2
Cancelling the existing command

Not applicable
03-29-2017
07:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I call line command in ObjectArx dll as below
acedCommandS(RTSTR, _T("_.LINE"), RTPOINT, pt1, RTPOINT, pt2, RTSTR, RTNONE);
That executes the line command again and again after creating segment one after one, what if I have to execute it for creating only 1 segment? any thoughts?
Thanks in advance.