hm_ae_state
Return the current state of an attachment.
Syntax
hm_ae_state id
Type
HyperMesh Tcl Query Command
Description
Return the current state of an attachment (modified, unrealized, realized, failed).
Inputs
- id
- The ID of the attachment to query.
Examples
To query the state of attachment 4:
hm_ae_state 4
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2020