Get Rule Files

Summary

Lists all the address standardization rule files that are installed in the program folder.

Syntax

result_array = RunMacro("GISDK Get Rule Files")

Return Value

A two-element array:

Element Type Contents
1 Array Strings containing the address rule file descriptions
2 Array Strings containing the names of the address rule files

Notes

  • 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.

Example

SetAlternateInterface("geocode")
result_array = RunMacro("GISDK Get Rule Files")
ShowArray(result_array)