
This methods controls the option for displaying ObjectDCL error messages in the Command window. Calling this function will turn the option on.
Always returns T.
The method takes no parameter.
Copy Code |
|---|
(Odcl_ShowErrorMsg ) |
See the ObjectDCL ARX tab in the Options dialog of AutoCAD.
Copy Code |
|---|
; Show error messages (Setq rValue (Odcl_ShowErrorMsg)) |