*CE_FE_UpdateUCCUseConnector
Updates a connector control using a connector.
Syntax
*CE_FE_UpdateUCCUseConnector cc_name ce_id
Type
HyperMesh Tcl Modify Command
Description
Updates a connector control using a connector.
Inputs
- cc_name
- The name of the connector control to update.
- ccd_name
- The ID of the connector to use.
Comment.
Examples
Update a connector control named "my_acm" from connector 101:
*CE_FE_UpdateUCCUseConnector "my_acm" 101
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
2021