ObjectDCL Banner

HideErrorMsg Method

Description

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

Return Values

Always returns T.

AutoLISP Syntax

The method takes no parameter.

CopyCode imageCopy Code
(Odcl_HideErrorMsg )

Remarks

This will turn off all error message boxes ObjectDCL generates to inform the AutoLisp programmer of programming mistakes.  This method is intended to be called by an AutoLisp program once it's released to market.

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

Example

CopyCode imageCopy Code
; Hide error messages
(Setq rValue (Odcl_HideErrorMsg))

See Also

HideErrorMsgBox, ShowErrorMsg, ShowErrorMsgBox