*ME_DetailSetDoubleByMark
Syntax
*ME_DetailSetDoubleByMark tbd
Type
HyperMesh Tcl Modify
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
}