hm_ishistorysupported
Returns the history support level for the specified command.
Syntax
hm_ishistorysupported command
Type
HyperMesh Tcl Query Command
Description
- -1 - Command does not modify the database and therefore does not affect history
- 0 - Command is not supported for history
- 1 - Command is supported for history
Inputs
- command
- The name of the HyperMesh Tcl Modify Command command to query.
Example
To query the support level of *displaynone:
hm_ishistorysupported *displaynone
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0