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