Single-Element Functions : List of Functions : stm_r_cn_value

stm_r_cn_value
Returns a value associated with a diagram connector. The value is a string (maximum 32 characters) reflecting an associated number or label. The input argument cn_id is an element ID of a diagram connector.
Function Type
char *
For Elements
Syntax
stm_r_cn_value (cn_id, &status)
Arguments
 
Input/Output
Status Codes
Example
To assign (to cn_value) the label of a specific diagram connector (identified by cn_id), use the following statement:

.
.
cn_value = stm_r_cn_value (cn_id, &status);
.
.