Grasshopper API
GH_IReaderFindItem Method (String) |
Finds the first item that matches the given name.
Only items without index qualifiers are considered.
Name comparisons are not case-sensitive.
Namespace: GH_IO.Serialization
Assembly: GH_IO (in GH_IO.dll)

Parameters
- name
- Type: SystemString
Name of item to search for.
Return Value
Type: GH_ItemThe item that matches the given name, or null of no matching item could be found.
