Message 1 of 1
Sequentially call of AutoCAD Commands

Not applicable
06-07-2006
08:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi,
how can i do sequential call to AutoCAD commands in my own ARX Command ?
exemple if i try to do these call :
Acad::ErrorStatus es = acDocManager->sendStringToExecute( pDoc,
"_eattedit\n", ... );
Acad::ErrorStatus es = acDocManager->sendStringToExecute( pDoc,
"_.ddedit\n", ... );
only the last sended command allow me to do an entity selection ...
Thanks for all advises.
how can i do sequential call to AutoCAD commands in my own ARX Command ?
exemple if i try to do these call :
Acad::ErrorStatus es = acDocManager->sendStringToExecute( pDoc,
"_eattedit\n", ... );
Acad::ErrorStatus es = acDocManager->sendStringToExecute( pDoc,
"_.ddedit\n", ... );
only the last sended command allow me to do an entity selection ...
Thanks for all advises.