GH_ComponentServer.FindObjects Method (String[], Int32)

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)
Syntax
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_ObjectProxy
A sorted list of search results.
See Also