hm_me_moduleoccurrencemovecontents_isallowed

Syntax

hm_me_moduleoccurrencemovecontents_isallowed

Type

HyperWorks Tcl Query

Description

Inputs

Example

Errors

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