AcMapIE::ImportDataMapping Enumeration

Land Desktop Development ARX CPP SDK

AcMapIE:: ImportDataMapping Enumeration
 

Enumerates the types of incoming-column data mappings.

enum ImportDataMapping {
  kNoImportMapping,
  kNewObjectDataOnly,
  kExistingObjectDataOnly,
  kLinkTemplate,
  kLinkOnly
};
File

AcMapIEEnum.h

Parameters 
Description 
kNoImportMapping 
Do not import column. 
kNewObjectDataOnly 
Import column to a new object-data table. 
kExistingObjectDataOnly 
Import column to an existing object-data table.  
kLinkTemplate 
Import column to an SQL table. 
kLinkOnly 
Import column as a link only. For a column, indicates that the column is a key column. For AcMapIEInputLayer::SetDataMapping(), indicates that only key columns are mapped.  
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].