Grasshopper API
GH_UpgradeUtilMigrateOutputParameters Method (IGH_Component, IGH_Component, Int32, Int32) |
Migrate a bunch of output parameters.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public static bool MigrateOutputParameters( IGH_Component source, IGH_Component target, int[] index0, int[] index1 )
Public Shared Function MigrateOutputParameters ( source As IGH_Component, target As IGH_Component, index0 As Integer(), index1 As Integer() ) As Boolean
Parameters
- source
- Type: Grasshopper.KernelIGH_Component
Source component. - target
- Type: Grasshopper.KernelIGH_Component
Target component. - index0
- Type: SystemInt32
List of output indices to migrate. - index1
- Type: SystemInt32
Matching list of target indices.
Return Value
Type: BooleanTrue on success, false on failure.
