Issue:
When trying to use one of the DRAWORDER commands in AutoCAD products, the command doesn't work and the following message is displayed on the command line:
Command: Unknown command "AI_DRAWORDER". Press F1 for help.
This issue may be seen after a Recover of the drawing.
Solution:
Follow these steps:- CUI to enter the Customized User Interface.
- In the Command List, search for all Draw Order commands.
- Select the affected command and view the Macro for it under Properties.
- Remove the "_ai" from the Macro. For example, the Macro for the AutoCAD command, "Draw Order, Bring to Front", would be edited from ^C^C^P_ai_draworder _Front ^P to ^C^C^P_draworder _Front ^P.
- Repeat this process for all affected Draw Order commands.