DetachTableTranslation()
Summary
Removes a translation table (codes) from an existing table.
Syntax
DetachTableTranslation(string reftable)
| Argument | Contents |
|---|---|
| reftable | The name of a view referring to a fixed-format ASCII or fixed-format binary table file |
Notes
-
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().
Example
DetachTableTranslation("Highways")
Error Codes
| Error Type | Meaning |
|---|---|
| NotFound | The reftable does not have a translation table attached to it |
See Also
| 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) |