GCC_RemoveCursorByName
- Updated2023-02-21
- 1 minute(s) read
int GCC_RemoveCursorByName (GraphCursorCtrlHandle graphCursorControl, char *cursorName);
Purpose
This function removes a cursor from a graph cursor control and its associated graph.
Parameters
| Input | ||
| Name | Type | Description |
| graphCursorControl | GraphCursorCtrlHandle | The handle to the graph cursor control returned by GCC_New. |
| cursorName | char * | The name of the cursor that is to be removed. |
Return Value
| Name | Type | Description |
| result | int | The return value of the function. User interface error codes as documented in userint.h are returned. |
Additional Information
Library: Graph Cursor Control
Include file: custctrl\graphcursors.h
LabWindows/CVI compatibility: LabWindows/CVI 6.0 and later