Odcl_HideErrorMsgBox

(From Extension file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Extra Dialog function >

Odcl_HideErrorMsgBox

(From Extension file)

Previous pageReturn to chapter overviewNext page

Odcl_HideErrorMsgBox

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

Remarks

See the ObjectDCL ARX tab in the Opti ns dialog of AuCoCAD.

 

Return Values

Always returns T.

 

Example

;Hide error message boxes

(Setq rValue (Odcl_HideErrorMsgBox))

 

AutoLisp Syntax:

(Setq rValue (Odcl_HideErrorMsgBox))