Maptitude GISDK Help

Get Location Index Properties

 

Summary

Gets the properties of a Location index.

 

Syntax

property_array = RunMacro("GISDK Get Location Index Properties", string index_file)

 

Argument

Contents

index_file

The file name of the Location index

 

Return Value

An array of key/value pairs (an options array) that describe the content of the Location index stored in the file, and can be used as an input argument to the Get Location Index macro.

 

Notes

Example

// Before running this example, and make sure that the Location index

// HARTFORD.IDX exists in the Tutorial folder.

folder = RunMacro("G30 Tutorial Folder")

index_file = folder + "hartford.idx"

SetAlternateInterface("geocode")

index_properties = RunMacro("GISDK Get Location Index Properties", index_file)

ShowArray(index_properties)

 

 

©2025 Caliper Corporation www.caliper.com