GH_ComponentServer.FindUpgrader Method

GH_ComponentServerFindUpgrader Method

Find the upgrader that can convert from the given target.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public IGH_UpgradeObject FindUpgrader(
	Guid target
)
Public Function FindUpgrader ( 
	target As Guid
) As IGH_UpgradeObject

Parameters

target
Type: SystemGuid
ComponentID of object to upgrade.

Return Value

Type: IGH_UpgradeObject
Matching upgrader or null if no upgrader is defined.
See Also