Grasshopper API
GH_ComponentServerFindAssembly Method |
Gets the assembly that corresponds to the given library ID.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public GH_AssemblyInfo FindAssembly( Guid libraryId )
Public Function FindAssembly ( libraryId As Guid ) As GH_AssemblyInfo
Parameters
- libraryId
- Type: SystemGuid
Library ID to search for.
Return Value
Type: GH_AssemblyInfoThe library info, or null if the ID is not registered.
