Click or drag to resize

GH_UserObjectSetDataFromObject Method

Set the Data field content of ths UserObject from a Document object instance.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void SetDataFromObject(
	IGH_DocumentObject obj
)

Parameters

obj
Type: Grasshopper.KernelIGH_DocumentObject
Object to assign
See Also