GetApplications
(Engine-Level Function)
| Description: | Returns a new dictionary of Layer objects(applications) keyed by GUIDs. |
| Returns: | Dictionary |
Usage: ![]() |
Script Only. |
| Function Groups: | Configuration Management |
| Related to: | GetAppInstance | GetLoadedAppInstance |
Format: ![]() |
System.GetApplications(); |
| Parameters: | None |
| Comments: |
The returned dictionary is modifiable. |
Example:
Layers = System.GetApplications();
