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()
Public Function InstantiateObject As IGH_DocumentObject
Return Value
Type:
IGH_DocumentObjectThe IGH_DocumentObject instance defined inside the UserObject file or null on error.
See Also