Tgk Load Optimization Result¶
🟣 Max 📌 Advanced
LoadOptimizationResult · Component\_15_Optimize\Comp_OptimizationAnalysis.cs
Load a persisted optimization run result from a UTF-8 JSON file.
Inputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| File Path | F | string | Source JSON file path. |
| Load | L | bool | Load the file when true. |
Outputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Result Source | RS | OptimizationResultSource | Loaded optimization result source. |
| Success | OK | bool | Whether the load operation succeeded. |
| Message | M | string | Load message. |
Return Value¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Run Result | RR | Loaded optimization run result. |
📝 Additional Notes¶
(Add usage examples, notes, etc. here)