int GCC_RemoveCursorByName (int graphCursorControl, char *cursorName);
This function removes a cursor from a graph cursor control and its associated graph.
| Input | ||
| Name | Type | Description |
| graphCursorControl | integer | The handle to the graph cursor control returned by GCC_New. |
| cursorName | char * | The name of the cursor that is to be removed. |
| Name | Type | Description |
| result | integer | The return value of the function. User interface error codes as documented in userint.h are returned. |