Grasshopper API
GH_ComponentServerFindObjects Method (String, Int32) |
Searches the list of cached object proxies for objects that might be implied by a search term.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public IList<IGH_ObjectProxy> FindObjects( string[] terms, int max_hits )
Public Function FindObjects ( terms As String(), max_hits As Integer ) As IList(Of IGH_ObjectProxy)
Parameters
- terms
- Type: SystemString
Search terms to use. - max_hits
- Type: SystemInt32
Maximum number of allowed hits.
Return Value
Type: IListIGH_ObjectProxyA sorted list of search results.
