Alphabetically sorts the input list of named Rational Statemate elements, by the name of the chart to which they belong. The input list consists of Rational Statemate elements.This function receives and returns a list of element IDs, not a list of element names.
Input/Output The list of Rational Statemate box elements.stm_list st_list, sorted_by_chart
int status;
.
.
st_list = stm_r_st_name_of_st ("*", &status);
sorted_by_chart = stm_list_sort_by_chart (st_list,&status);