GH_Param(T).RemoveEffects Method

GH_ParamTRemoveEffects Method

Remove all post-process effects. Note to implementors, you must call the base method if you override this function.

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

Implements

IGH_ParamRemoveEffects
See Also