Maptitude GISDK Help

GetDBLinkedData()

Summary

Returns the same array as was passed in to SetDBLinkedData(). .

 

Changes

Added to Version 2019.

 

Syntax

GetDBLinkedData(string db_file_name)

 

Argument Contents
db_file_name Name of a standard geographic file

 

 

Returns

The same array as was passed in to SetDBLinkedData().

 

 Notes

Example

 

LinkedData.TableSpec = {"Customers.xlsx", "Sheet1$"}

LinkedData.TableType = "EXCELX"

LinkedData.LinkedDataFlag = True

LinkedData.IdField = "CustomerID"

GeocodeInfo.Type = ZIP"

if methodIndex != null then

GeocodeInfo.MethodIndex = methodIndex

GeocodeInfo.Fields = {"ZIPCode"}

LinkedData.GeocodeInfo = GeocodeInfo

SetDBLinkedData("customers.dbd", LinkedData)

 

Error Codes

Error Type Meaning
Error The the standard geographic file could not be found

 

See Also

Function Summary
SetDBLinkedData Sets the information about the original table on which the database (db) is based
Update Linked records Updates the information in a point layer based on the original table on which the database (db) is based

 

 

©2025 Caliper Corporation www.caliper.com