Click or drag to resize

GH_ComponentServerFindAssembly Method

Gets the assembly that corresponds to the given library ID.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_AssemblyInfo FindAssembly(
	Guid libraryId
)

Parameters

libraryId
Type: SystemGuid
Library ID to search for.

Return Value

Type: GH_AssemblyInfo
The library info, or null if the ID is not registered.
See Also