GH_UpgradeUtilMigrateSources Method (IEnumerableIGH_Param, IGH_Param) |
Utility method for bulk assigning a bunch of sources.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic static int MigrateSources(
IEnumerable<IGH_Param> sources,
IGH_Param target
)
Public Shared Function MigrateSources (
sources As IEnumerable(Of IGH_Param),
target As IGH_Param
) As Integer
Parameters
- sources
- Type: System.Collections.GenericIEnumerableIGH_Param
- target
- Type: Grasshopper.KernelIGH_Param
Return Value
Type:
Int32
See Also