ObjectDCL Banner

HideErrorMsgBox Method

Description

This methods controls the option for displaying ObjectDCL error messages in a dialog box. Calling this function will turn the option off.

Return Values

Always returns T.

AutoLISP Syntax

The method takes no parameter.

CopyCode imageCopy Code
(Odcl_HideErrorMsgBox )

Remarks

See the ObjectDCL ARX tab in the Options dialog of AutoCAD.

Example

CopyCode imageCopy Code
; Hide error message boxes
(Setq rValue (Odcl_HideErrorMsgBox))

See Also

HideErrorMsg, ShowErrorMsg, ShowErrorMsgBox