Import-Export

Land Desktop Development ARX CPP SDK

Import-Export
This namespace provides structs and enumerations that the AcMapIE classes use in various import-export contexts. 
Retrieves the AutoCAD Map exporter object, as a singleton. 
Retrieves the AutoCAD Map export format iterator. 
Retrieves the AutoCAD Map importer object, as a singleton. 
Retrieves the AutoCAD Map import format iterator. 
Provides functions that handle imported columns (also called fields). 
An iterator over a collection of  
Provides functions that handle the export process. 
Provides callback functions for export reactors. To implement an export reactor, derive classes from these virtual base classes, overwriting the desired functions. Pass instances of the classes to the exporter (an instance of AcMapIEExporter) and the exporter will call back into your classes at various points in the export process. This behavior allows you to modify the export process at runtime or track the export process externally. Do not explicitly delete any strings returned by any of the functions or their output parameters in this class (but delete all other types of returned objects). 
An iterator over a collection of expression-target pairs. 
Provides functions that handle import and export file formats. 
An iterator over a collection of  
Provides functions that handle the import process. 
Provides callback functions for import reactors. 
Provides functions that handle input layers (also called themes). 
An iterator over a collection of  
An iterator over a collection of name-value pairs.