Links
AcMapIE:: ErrCode Enumeration
Enumerates the import-export error codes.
enum ErrCode {
kErr_Invalid = 0,
kErr_OK,
kErr_Fail,
kErr_OutOfMemory,
kErr_FileError,
kErr_DialogNotAvailable,
kErr_TableNotSet,
kErr_ClassNotSet,
kErr_BadFieldName,
kErr_BadTableName,
kErr_ConflictWithTarget,
kErr_Conflict,
kErr_ConflictWithKey,
kErr_NotInitialized,
kErr_BadParams,
kErr_InvalidWindow,
kErr_InvalidMapping,
kErr_NoBlocksInDrawing,
kErr_CannotModifySchema,
kErr_ClassExists,
kErr_InvalidDataStore
};
File
AcMapIEEnum.h
|
Parameters |
Description |
|
kErr_Invalid |
An invalid reference or input value. |
|
kErr_OK |
The action completed successfully. |
|
kErr_Fail |
The action failed. |
|
kErr_OutOfMemory |
Insufficient system resources. |
|
kErr_FileError |
A file-related error such as an invalid file or directory name, a missing file, or insufficient file permissions. |
|
kErr_DialogNotAvailable |
The specified dialog box is unavailable. |
|
kErr_TableNotSet |
No table was set. |
|
kErr_ClassNotSet |
No feature class was set. |
|
kErr_BadFieldName |
Column does not exist. |
|
kErr_BadTableName |
Table does not exist or already exists. |
|
kErr_ConflictWithTarget |
Target column already exists. |
|
kErr_Conflict |
Two incoming columns are mapped to the same target column. |
|
kErr_ConflictWithKey |
Target column has the same name as the unique key column. |
|
kErr_NotInitialized |
The importer or exporter is not initialized. |
|
kErr_BadParams |
Invalid arguments. |
|
kErr_InvalidWindow |
Invalid location window. |
|
kErr_InvalidMapping |
Reserved. |
|
kErr_NoBlocksInDrawing |
Unable to map points to blocks. |
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].