Grasshopper API
GH_ComponentServerFindObjects Method (Guid) |
Find all the objects that are part of a certain library.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public List<IGH_ObjectProxy> FindObjects( Guid libraryID )
Public Function FindObjects ( libraryID As Guid ) As List(Of IGH_ObjectProxy)
Parameters
- libraryID
- Type: SystemGuid
ID of library to search for.
Return Value
Type: ListIGH_ObjectProxyA list of all the objects that are defined in the specified library.
