AcMapIEExporter::SetExportDataMappings Method

Land Desktop Development ARX CPP SDK

AcMapIEExporter:: SetExportDataMappings Method
 

Sets the source-column and output-column data mappings for export.

virtual AcMapIE::ErrCode SetExportDataMappings(
    AcMapIEExpressionTargetIterator*& expTargetIter
) = 0;
Parameters 
Description 
expTargetIter 
Input export data mappings, as AcMapIEExpressionTargetIteratorexpression-target pairs.  
Returns

Returns AcMapIE::ErrCode kErr_OK if successful. Returns AcMapIE::ErrCode kErr_ConflictWithKey if a target column has the same name as the unique key column; see UseUniqueKeyField(). Returns AcMapIE::ErrCode kErr_Fail if the process failed for some other reason.

Remarks

The valid characters for column names are: a-z A-Z 0-9 . { } _ -. (Including accented and multibyte characters.) The dot and brace characters have special meaning and should be avoided except in special circumstances.

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].