
This methods controls the option for displaying ObjectDCL error messages in the Command window. Calling this function will turn the option off.
Always returns T.
The method takes no parameter.
Copy Code |
|---|
(Odcl_HideErrorMsg ) |
This will turn off all error message boxes ObjectDCL generates to inform the AutoLisp programmer of programming mistakes. This method is intended to be called by an AutoLisp program once it's released to market.
See the ObjectDCL ARX tab in the Options dialog of AutoCAD.
Copy Code |
|---|
; Hide error messages (Setq rValue (Odcl_HideErrorMsg)) |