Grasshopper API
GH_UpgradeUtilMigrateRecipients Method (IGH_Param, IGH_Param) |
Migrate all recipients from A to B, while maintaining order.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public static int MigrateRecipients( IGH_Param from, IGH_Param to )
Public Shared Function MigrateRecipients ( from As IGH_Param, to As IGH_Param ) As Integer
Parameters
- from
- Type: Grasshopper.KernelIGH_Param
Parameter to move recipients from. - to
- Type: Grasshopper.KernelIGH_Param
Parameter to move recipients to.
Return Value
Type: Int32Number of recipients migrated.
