atextern (<file> {,<num>})
string
The names of external references within a Fire entity or atable file. Multiple string values may be returned.
<file>
The name of the file being
queried. This should be an entity (.e) or atable (.ata) file.
<num>
A numeric value. A value 0 indicates that only name references to external atables are to be returned.
A non-zero value indicates that name references to all external identifiers are to be returned. The default value is 0.
External references include symbology names, group names and structure definitions.
For an entity or atable file to be used within the program, external references must be resolved before use by loading the appropriate atables via the atable command.
string erefs[] = atextern(mwdb.ata,1)
Commands: |