GCC_RemoveCursorByNumber

int GCC_RemoveCursorByNumber (int graphCursorControl, int cursorNumber);

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.
cursorNumber integer The number 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.