
This methods controls the option for displaying ObjectDCL error messages in a dialog box. Calling this function will turn the option off.
Always returns T.
The method takes no parameter.
Copy Code |
|---|
(Odcl_HideErrorMsgBox ) |
See the ObjectDCL ARX tab in the Options dialog of AutoCAD.
Copy Code |
|---|
; Hide error message boxes (Setq rValue (Odcl_HideErrorMsgBox)) |