int GCC_RemoveCursorByNumber (int graphCursorControl, int cursorNumber);
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. |
| cursorNumber | integer | The number 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. |