Method Upgrade
Upgrade(SystemGraphData, VersionedStruct)
Upgrades the specified graph data.
Declaration
public virtual bool Upgrade(SystemGraphData ctx, VersionedStruct upgradedStruct)
Parameters
| Type | Name | Description |
|---|---|---|
| SystemGraphData | ctx | The graph data to upgrade. |
| VersionedStruct | upgradedStruct | The upgraded structure. |
Returns
| Type | Description |
|---|---|
| bool |
|