hm_idmgrmessagebox

Turn on or off the message box for ID Manager messages.

Syntax

hm_idmgrmessagebox state

Type

HyperMesh Tcl Query Command

Description

Turn on or off the message box for ID Manager messages.

Inputs

state
The value on or off.

Examples

To turn off ID Manager messages:

hm_idmgrmessagebox off 

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2019