GCC_RemoveCursorByName

int GCC_RemoveCursorByName (int graphCursorControl, char *cursorName);

Purpose

This function removes a cursor from a graph cursor control and its associated graph.

Parameters

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.

Return Value

Name Type Description
result integer The return value of the function. User interface error codes as documented in userint.h are returned.