GH_ParamTCollectVolatileData_Custom Method |
If a parameter has no sources, the CollectVolatileData_Custom() method is called.
The basic implementation does nothing, but you can override this method to provide
special data instantiation logic.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax protected virtual void CollectVolatileData_Custom()
Protected Overridable Sub CollectVolatileData_Custom
See Also