| Maptitude GISDK Help |
Removes a translation table (codes) from an existing table.
DetachTableTranslation(string reftable)
| Argument | Contents |
|---|---|
| reftable | The name of a view referring to a fixed-format ASCII or fixed-format binary table file |
This function deletes the .axl or .bxl file containing codes and lookup values. It does not affect the original code table file that is used by AttachTableTranslation().
DetachTableTranslation("Highways")
| Error Type | Meaning |
|---|---|
| NotFound | The reftable does not have a translation table attached to it |
| Function | Summary |
|---|---|
| AttachTableTranslation() | Attaches a translation table (codes) to an existing table |
| ExportTableTranslation() | Creates a new table containing the codes and values that are part of an existing translation table |
| TableHasTranslation() | Indicates whether a table has an existing translation table (codes) |
| ©2025 Caliper Corporation | www.caliper.com |