Click or drag to resize

GH_UserObjectInstantiateObject Method

Instantiate a new IGH_DocumentObject from this User Object.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public IGH_DocumentObject InstantiateObject()

Return Value

Type: IGH_DocumentObject
The IGH_DocumentObject instance defined inside the UserObject file or null on error.
See Also