| Maptitude GISDK Help |
Creates a list of files associated with the geographic file.
files = GetDBFiles(string db_name)
| Argument | Contents |
|---|---|
| db_name | The name of the geographic file |
Null if the geographic file does not exist, otherwise an array with two elements:
| Element | Type | Contents |
|---|---|---|
| 1 | Array | Strings that indicate the names of each of the file |
| 2 | Array | Integers indicating the size in bytes of each file |
finfo = GetDBFiles("i:\\ccstreet.cdf")
ShowMessage("The Streets geographic file really consists of " +
String(finfo[1].length) + " files.")
| Function | Summary |
|---|---|
| GetDBInfo() | Gets summary information about a geographic file |
| GetDBLayers() | Gets a list of layers stored in a geographic file |
| ©2025 Caliper Corporation | www.caliper.com |