AcMapIEExporter Class

Land Desktop Development ARX CPP SDK

Links
AcMapIEExporter Class
 

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

class AcMapIEExporter;
File

AcMapIEExporter.h

Creates a per-class mapping when exporting multi-classes. 
Adds a reactor to this exporter. You must derive a reactor from the virtual base class AcMapIEExportReactor. Reactors are triggered through only the API; an end-user cannot trigger a reactor by using the AutoCAD Map user interface. Reactors are live until they are removed explicitly with RemoveReactor()or until AutoCAD Map exits. An exporter is a singleton; all callers add reactors to the same exporter instance. If an exporter has multiple reactors, they are called in the order added. 
Determines whether closed polylines are exported as polygons. 
Counts the number of objects to export in the current drawing. 
Retrieves the discretization angle. The discretization angle setting is stored in the file MapExport.ini, and labeled SegmentationDegrees. 
Retrieves the current driver options. Driver options can be set in the file MapExport.ini, by calling InvokeDriverOptionsDialog(), or by loading a profile. Use this function to first retrieve the current driver options before adding driver options with SetDriverOptions(). 
Performs the export. 
Determines whether a selection set is ignored during export. 
Retrieves the source-column and output-column data mappings for export. The output collection will be empty if you have not first loaded an export profile file with LoadEPF(). 
Retrieves the settings for the polygon topology to export. 
Retrieves the feature classes as a list of comma-separated patterns. 
Returns the name of the format set during initialization. The format name is set with Init(). 
Init 
Initializes an instance of this class. 
Invokes the driver-specific Driver Options dialog box. Not all drivers have dialog boxes, so this function may finish immediately, with the returned error code indicating the status of the dialog box. Any setting changes that an AutoCAD Map user makes in this dialog box are reflected in subsequent calls to DriverOptions(). You can set driver options programmatically by using SetDriverOptions(). Any driver options in the file MapExport.ini are read and available in the set of driver options returned by DriverOptions(). 
Retrieves the layers as a list of comma-separated patterns. 
Retrieves the settings for mapping layers in the drawing to DGN levels. 
Loads an export profile (. 
Removes a reactor from this exporter. 
Sets the Data Type for new or existing properties. 
Saves an export profile (. 
Retrieves the selection set. 
Sets the Create-By type when using Per-Class Mapping for FDO targets. 
Changes the setting for exporting closed polylines as polygons. 
Sets the discretization angle. The discretization angle setting is stored in the file MapExport.ini, and labeled SegmentationDegrees. 
Sets the driver options. Typically, you should retrieve the current driver options from DriverOptions()and make changes as needed by using this function. 
Changes the setting for using a selection set during export. 
Sets the source-column and output-column data mappings for export. 
Changes the settings for the polygon topology to export. 
Sets the feature classes. 
Sets the Geometry Type for new target class. 
Sets a property to be a Unique/Primary Key. 
Sets the layer patterns. 
Changes the settings for mapping layers in the drawing to DGN levels. 
Sets the ADS (AutoCAD Development System) selection set. 
Sets the storage options. Format-specific storage options are stored in the file MapExport.ini. This function attempts to make sense of its input values even if those values are inconsistent with the storage type. Format support changes dynamically according to the installed drivers so, because it is impossible to know in advance which drivers are installed, this function cannot always determine which combinations of input values make sense for a particular format; this function's behavior is undefined when using invalid input values. Only a few cases exists where it makes sense to change the storage type value from that returned... more 
Sets the target coordinate system for the exported data. 
Changes the settings for creating a unique value for each exported object. 
Retrieves the storage options. Format-specific storage options are stored in the file MapExport.ini
Retrieves the target coordinate system for the exported data. 
Determines whether a unique value is created for each exported object. 
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].