GH_Structure.T..Conversion.Tfrom, Tto.
Represents a conversion between two types of IGH_Goo.
Namespace: Grasshopper.Kernel.Data
Assembly: Grasshopper (in Grasshopper.dll)
Syntax
public delegate Tto ConversionDelegate<Tfrom, Tto>( Tfrom data)where Tfrom : IGH_Goowhere Tto : IGH_Goo
data
Type:Tfrom
Data to convert.
Tfrom
Type to convert from.
Tto
Type to convert to.
Type:Tto
Convered data.