Utility Functions : List of Utility Functions : stm_select_id

stm_select_id
Function Type
stm_boolean
Description
Enables selection of an element by its ID in Statemate Graphical Editor.
Note:
The function works only for real elements. Generated IDs, such as for flow-lines are not legal. You can pass as an argument an ID of the basic arrow which constructs the flow-line.
Syntax
stm_select_id (id, &status)
Arguments
Input/Output
Status Codes
Example
To select an activity by the name of A1 in , use the following statements:

stm_id ac_id;
int status;

ac_id = stm_r_ac ("A1", &status);
stm_select_id(id, &status);