GetDBLayers()
Summary
Gets a list of layers stored in a geographic file.
Syntax
layers = GetDBLayers(string db_name)
| Argument | Contents |
|---|---|
| db_name | The path and file name of the geographic file |
Returns
An array of strings indicating the names of the layers in the file.
Error Codes
| Error Type | Meaning |
|---|---|
| NotFound | The specified geographic file does not exist |
See Also
| Function | Summary |
|---|---|
| GetDBFiles() | Creates a list of files associated with the geographic file |
| GetDBInfo() | Gets summary information about a geographic file |