| Maptitude GISDK Help |
Gets a list of codes and values for a coded field.
Added to Version 5.0.
translations = GetFieldTranslations(string field_spec)
| Argument | Contents |
|---|---|
| field_spec | A field spec |
An array of subarrays, each with a code/value pair.
If the field not a coded field, GetFieldTranslations() returns null.
translations = GetFieldTranslations("SalesRep.JobTitle")
| Error Type | Meaning |
|---|---|
| Error | The input field specification is ambiguous |
| NotFound | The input field does not exist |
| ©2025 Caliper Corporation | www.caliper.com |