Differences
This shows you the differences between two versions of the page.
|
get_environment_value [2020/04/29 14:26] argemiro created |
get_environment_value [2026/08/28 03:20] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Get Environment Value ====== | + | ====== Get Environment Value ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | Get Environment Value for a given Key. | + | Returns a piece of information about the application or operating system environment. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Key| Enum | Type of value to return. | | + | | Key | [[Enum Type]] | Type of value to return: Temporary Directory, Model Directory, Model Temporary Folder, User Folder, User Submodel Folder, Store Submodel Folder, Dinamica EGO Application Folder, Dinamica EGO Version, Operating System, or Operating System Executable Extension. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| Line 14: | Line 14: | ||
| None. | None. | ||
| - | ===== Output ===== | + | ===== Outputs ===== |
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Value| [[string_type|String]] | Value for the selected Key. | | + | | Value | [[String Type]] | Value for the selected Key. | |
| ===== Group ===== | ===== Group ===== | ||
| Line 25: | Line 25: | ||
| ===== Notes ===== | ===== Notes ===== | ||
| - | None. | + | Model Directory raises an error if the current model script has not yet been saved to disk. |
| ===== Internal Name ===== | ===== Internal Name ===== | ||
| GetEnvironmentValue | GetEnvironmentValue | ||
| + | |||