Tgk MIDAS To ModelAssembly¶
🟣 Max 📌 Input GUID: {6A66D97E-CDC8-4D75-90B6-35F83E9EEAE8}
MIDASToModelAssembly · Component\_4_Model\Comp_Model.MIDAS.cs
Import a MIDAS model into ModelAssembly
Inputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Base Url | U | string | MIDAS base URL, for example http://localhost:10024/. |
| API Key | K | string | MIDAS API key. |
| Run | R | bool | Execute import |
Outputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Model Assembly | MA | ModelAssembly? | Imported model assembly |
| Success | S | bool | Whether the import succeeded |
| Message | M | string | Runtime message |
📝 Additional Notes¶
(Add usage examples, notes, etc. here)