ObjectDCL Banner

ShowErrorMsgBox Method

Description

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

Return Values

Always returns T.

AutoLISP Syntax

The method takes no parameter.

CopyCode imageCopy Code
(Odcl_ShowErrorMsgBox )

Remarks

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

Example

CopyCode imageCopy Code
; Show error message boxes
(Setq rValue (Odcl_ShowErrorMsgBox))

See Also

HideErrorMsg, HideErrorMsgBox, ShowErrorMsg