| Maptitude GISDK Help |
Gets the name of the UI Database that a macro is in.
ui_name = GetInterface(string macro_name)
| Argument | Contents |
|---|---|
| macro_name | The name of the macro, or null for the currently running macro |
The name of the UI Database.
If macro_name is supplied, returns the name of the UI Database that the macro is in.
If macro_name is null, returns the name of the UI Database that the currently running macro is in.
| Error Type | Meaning |
|---|---|
| NotFound | The specified macro does not exist |
| ©2025 Caliper Corporation | www.caliper.com |