-
Notifications
You must be signed in to change notification settings - Fork 0
System and Config
Etienne edited this page Jun 29, 2026
·
4 revisions
Update checks, language, variable & configuration management, tests, and documentation.
Manually checks GitHub for a newer ARES release; bypasses the mute / ignore-version preferences (which only affect the automatic startup check).
| Variable | Default | Purpose |
|---|---|---|
ARES_Update_Mute |
False | When True, silences the automatic startup update check. |
ARES_Update_Ignore_Version |
(empty) | A specific release the automatic check skips. |
Forces the ARES interface language. Restart afterwards.
| Variable | Default | Purpose |
|---|---|---|
ARES_Language |
(empty) | Language read by ARES. When empty, ARES falls back to MicroStation's CONNECTUSER_LANGUAGE. |
-
macro vba run [ARES]ResetARESVariables— resets all ARES variables to their default values. -
macro vba run [ARES]RemoveARESVariables— removes all ARES variables.
-
macro vba run [ARES]ExportARESConfig— exports the current configuration to a file. -
macro vba run [ARES]ImportARESConfig— imports a configuration from a file. -
macro vba run [ARES]ShowARESConfigSummary— displays a summary of the current configuration.
⚠️ Deprecated / unmaintained — these commands are no longer kept up to date and may not reflect the current code.
-
macro vba run [ARES]RunARESTests— runs all ARES unit tests. -
macro vba run [ARES]RunARESPerformanceTests— runs the ARES performance tests.
-
macro vba run [ARES]OpenARESWiki— opens this wiki in your default browser, in your ARES language.
➡️ See Configuration Variables for the full list of every ARES variable.