AcMapIEExporter:: SetUseUniqueKeyField Method
Changes the settings for creating a unique value for each exported object.
virtual AcMapIE::ErrCode SetUseUniqueKeyField( const ACHAR* pszKeyFieldName ) = 0;
Parameters |
Description |
pszKeyFieldName |
Input unique-key column name to set. The column name must be 255 or fewer characters long and can include the following symbols: a-z A-Z 0-9 . { } - _ . (Including accented and multibyte characters.) |
Returns
Returns AcMapIE::ErrCode kErr_OK if successful. Returns AcMapIE::ErrCode kErr_BadFieldName if the column name is too long or contains invalid characters. Returns AcMapIE::ErrCode kErr_ConflictWithTarget if the column name already exists as a mapped target column name. Returns AcMapIE::ErrCode kErr_Fail if the process failed for some other reason.
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].