GH_ComponentServerUpgraders Property |
Gets a list of all the upgraders that have been cached.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public IList<IGH_UpgradeObject> Upgraders { get; }
Public ReadOnly Property Upgraders As IList(Of IGH_UpgradeObject)
Get
Property Value
Type:
IListIGH_UpgradeObject[Missing <value> documentation for "P:Grasshopper.Kernel.GH_ComponentServer.Upgraders"]
See Also