GH_CursorServerIsCursor Method |
Test for the existence of a cursor.
Namespace:
Grasshopper.GUI
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public bool IsCursor(
string name
)
Public Function IsCursor (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
Cursor name to test for.
Return Value
Type:
BooleanTrue if the cursor is cached.
See Also