*hf_RejectDragDeleteHandle
Rejects the edit binder drag operation.
Syntax
*hf_RejectDragDeleteHandle int_flag
Type
HyperMesh Tcl Modify Command
Description
This command rejects the edit binder drag operation.
Inputs
- int_flag
- 0 - Reject the drag or delete handle.
Examples
To reject the drag or delete handle:
*hf_RejectDragDeleteHandle 0
To reject the update binder after
drag:
*hf_RejectDragDeleteHandle 1
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
11.0.101