Click or drag to resize

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
)

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