Click or drag to resize

GH_ComponentServerFindAssemblyByObject Method (IGH_DocumentObject)

Gets the assembly that corresponds to the given library ID.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_AssemblyInfo FindAssemblyByObject(
	IGH_DocumentObject object
)

Parameters

object
Type: Grasshopper.KernelIGH_DocumentObject
Object.

Return Value

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