GH_ComponentServerEmitObject Method |
Create a new instance of the IGH_DocumentObject that matches the id.
If no proxy can be matched to the id, a null reference will be returned.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public IGH_DocumentObject EmitObject(
Guid id
)
Public Function EmitObject (
id As Guid
) As IGH_DocumentObject
Parameters
- id
- Type: SystemGuid
The component type id to instantiate
Return Value
Type:
IGH_DocumentObjectSee Also