Click or drag to resize

GH_ComponentServerFindAssemblyByObject Method (Guid)

Gets the assembly that corresponds to the given library ID.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_AssemblyInfo FindAssemblyByObject(
	Guid objectId
)

Parameters

objectId
Type: SystemGuid
The object ComponentGuid.

Return Value

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