Classes

Land Desktop Development ARX CPP SDK

Classes
Provides functions that handle imported columns (also called fields). For each imported column, you define a mapping to a target column in AutoCAD Map. Two mappings are possible for each column: a feature class mapping and a data mapping. (The feature class mapping is not set by default for any column.) Prior to using the mapping functions in this class, set the column's feature class and data table with AcMapIEInputLayer::SetFeatureClassName()and AcMapIEInputLayer::SetDataMapping().
For more information, search for importing in AutoCAD Map Help. Do not explicitly delete any strings returned by any of the functions or their output parameters in... more 
An iterator over a collection of AcMapIEColumninstances. 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). 
Provides functions that handle the export process. For more information, search for exporting in AutoCAD Map Help. 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). 
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. The case-insensitive target component of an expression-target pair is a key value and must be unique within the collection. This class (which is similar to the STL map class) differs from the AcMapIENameValueIteratorclass in that this class has stricter naming rules for the target component of an expression-target pair (see the Add()or Set()function for naming rules). 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). 
Provides functions that handle import and export file formats. For more information, search for importing, import file formats, exporting, and export file formats in AutoCAD Map Help. 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 AcMapIEFormatinstances. 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). 
Provides functions that handle the import process. A default import operation brings in no attribute data unless you change this behavior by using functions in the AcMapIEInputLayerclass. For more information, search for importing in AutoCAD Map Help. 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). 
Provides callback functions for import reactors. To implement an import reactor, derive classes from these virtual base classes, overwriting the desired functions. Pass instances of the classes to the importer (an instance of AcMapIEImporter) and the importer will call back into your classes at various points in the import process. This behavior allows you to modify the import process at runtime or track the import 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). 
Provides functions that handle input layers (also called themes).
After you call the AcMapIEImporterclass's LoadIPF(), InvokeDriverOptionsDialog(), or SetDriverOptions()function on the importer, a new AcMapIEInputLayerIteratorobject is created if the function's bSchemaHasChanged output parameter is true and any previously obtained input-layer iterator becomes invalid. Calling AcMapIEImporter::Init()will also invalidate the AcMapIEInputLayerIterator because AutoCAD Map assumes you are opening a new dataset or changing format.
If you set a table name and table type by using SetDataMapping(), default mappings are created depending on the existence of an object data table or a link template with that table name. The valid table types,... more 
An iterator over a collection of AcMapIEInputLayerinstances. 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 name-value pairs. The case-insensitive name component of a name-value pair is a key value and must be unique within the collection. This class (which is similar to the STL map class) differs from the AcMapIEExpressionTargetIteratorclass in that this class has more lenient naming rules for the name component of a name-value pair. 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). 
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].