Returns a value associated with a diagram connector. The value is a string (maximum 32 characters) reflecting an associated number or label. The input argumentcn_id
is an element ID of a diagram connector.
Input/Output To assign (tocn_value
) the label of a specific diagram connector (identified bycn_id
), use the following statement:.
.
cn_value = stm_r_cn_value (cn_id, &status);
.
.