GH_ActiveObject.CollectData Method

GH_ActiveObjectCollectData Method

This function is called whenever the object is required to collect all data. Either from Persistent records, from source params or whatever.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual void CollectData()
Public Overridable Sub CollectData

Implements

IGH_ActiveObjectCollectData
See Also