Maptitude GISDK Help |
Lists all "City, State" standardization rule files that are installed in the program folder.
result_array = RunMacro("GISDK Get City Rule Files")
A two element array:
Element |
Type |
Contents |
1 |
Array |
Strings containing the "City, State" rule file descriptions |
2 |
Array |
Strings containing the names of the "City, State" rule files |
In Caliper Script, you must set the Geocode UI to be the alternate interface by calling SetAlternateInterface("geocode") before running this macro. When calling these macros from VBScript, add "geocode" after the macro name and before the first argument.
SetAlternateInterface("geocode")
result_array = RunMacro("GISDK Get City Rule Files")
ShowArray(result_array)
©2025 Caliper Corporation | www.caliper.com |