Links
CExportResults Structure
Returns the results of an export.
struct CExportResults {
unsigned long m_ulEntitiesExported;
unsigned long m_ulEntitiesSkippedCouldntTransform;
};
File
AcMapIEEnum.h
|
Parameters |
Description |
|
m_ulEntitiesExported |
Total number of entities that were exported. This will correspond to the number we thought we were exporting. |
|
m_ulEntitiesSkippedCouldntTransform |
Number of entities that were not exported because they could not be transformed to the target coordinate system. |
Remarks
Use this struct to monitor an export or to summarize an export for an end-user, warning the user about export anomalies if necessary.
|
This is m_ulEntitiesExported, a member of class CExportResults. | |
|
This is m_ulEntitiesSkippedCouldntTransform, a member of class CExportResults. |
|
This is CExportResults, a member of class CExportResults. |
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].
Data Members