Drop Location Index

Summary

Drops a specific Location index from memory.

Syntax

RunMacro("GISDK Drop Location Index", integer index_handle)

Argument Contents
index_handle A handle for a Location index, returned by theGet Location Indexmacro

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.