How to Close AutoCAD Drawing Immediately after Opening
Using ads_queueexpr(“(COMMAND “CLOSE”)
“) from the acrxEntryPoint handler for the kLoadDwgMsg message to close the newly opened drawing.
Using ads_queueexpr(“(COMMAND “CLOSE”)
“) from the acrxEntryPoint handler for the kLoadDwgMsg message to close the newly opened drawing.