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

public GH_AssemblyInfo FindAssemblyByObject( IGH_DocumentObject object )
Public Function FindAssemblyByObject ( object As IGH_DocumentObject ) As GH_AssemblyInfo
Parameters
- object
- Type: Grasshopper.KernelIGH_DocumentObject
Object.
Return Value
Type: GH_AssemblyInfoThe library info, or null if the ID is not registered.
