Click or drag to resize

GH_UpgradeUtilSwapComponents Method

Overload List
  NameDescription
Public methodStatic memberSwapComponents(IGH_Component, IGH_Component)
Replace an existing component with a different one. All parameters (input and output) will be migrated.
Public methodStatic memberSwapComponents(IGH_Component, Guid)
Replace an existing component with a different one. All parameters (input and output) will be migrated.
Public methodStatic memberSwapComponents(IGH_Component, IGH_Component, Boolean)
Replace an existing component with a different one. All parameters (input and output) will be migrated.
Public methodStatic memberSwapComponents(IGH_Component, Guid, Boolean)
Replace an existing component with a different one. All parameters (input and output) will be migrated.
Top
See Also