Sequentially call of AutoCAD Commands

Sequentially call of AutoCAD Commands

Anonymous
Not applicable
268 Views
0 Replies
Message 1 of 1

Sequentially call of AutoCAD Commands

Anonymous
Not applicable
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.
0 Likes
269 Views
0 Replies
Replies (0)