GH_ActiveObject.ClearData Method

GH_ActiveObjectClearData Method

This function is called whenever the object needs to clear all solution data. Override this function if you need to perform custom clensing.

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

Implements

IGH_ActiveObjectClearData
See Also