LayerShowCursorΒΆ
LayerShowCursor enables or disables the data cursor.
- bool = LayerShowCursor(hLayer, nShow)
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
- hLayer
hLayer is the handle of a diagram (layer).
- nShow
nShow is one of the following values:
Value
Description
0
Disable data cursor.
1
Enable data cursor with value window.
2
Enable data cursor without value window.
See also
id-1717950