ObjectDCL Banner

ShowErrorMsg Method

Description

This methods controls the option for displaying ObjectDCL error messages in the Command window. Calling this function will turn the option on.

Return Values

Always returns T.

AutoLISP Syntax

The method takes no parameter.

CopyCode imageCopy Code
(Odcl_ShowErrorMsg )

Remarks

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

Example

CopyCode imageCopy Code
; Show error messages
(Setq rValue (Odcl_ShowErrorMsg))

See Also

HideErrorMsg, HideErrorMsgBox, ShowErrorMsgBox