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
)
Public Function FindAssemblyByObject (
objectId As Guid
) As GH_AssemblyInfo
Parameters
- objectId
- Type: SystemGuid
The object ComponentGuid.
Return Value
Type:
GH_AssemblyInfoThe library info, or null if the ID is not registered.
See Also