INQUIRE ISOVALUE LEGEND APPEND STRING
CALL SEQUENCE
void tinq_iso_legend_append_string (strid, flgstr, string)
INPUT PARAMETERS
Pint strid;
OUTPUT PARAMETERS
Tvisibility_flag *flgstr;
Char *string;
ARGUMENTS
- strid
- Identifier of the isovalue legend structure
- flgstr
- Append-string visibility status.
- TVISIBILITY_OFF
- The string is invisible
- TVISIBILITY_ON
- The string is visible
- string
- String containing up to 80 characters.
EFFECT
This function returns the string of characters string, which is
appended to the last character of each text representation of the isovalues for
the legend whose identifier is strid.
string must be allocated by the application.