Links
CNewExportResults Structure
Returns the results of an export.
struct CNewExportResults : public CExportResults { unsigned long m_ulTotalEntitiesExported; unsigned long m_ulEntitiesExportedMoreThanOnce; };
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. |
m_ulTotalEntitiesExported |
With multi class export some entities will be exported more than once. This contains the total count. |
m_ulEntitiesExportedMoreThanOnce |
With multi class export, some entities will be exported more than once. This contains the count of entities which were exported multiple times. |
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. Using CNewExportResults with Map 2007 will return additional results of total entities and entities exported multiple times. Using CNewExportResults with Map 2006 and below will always return 0 for these parameters.
This is m_ulEntitiesExportedMoreThanOnce, a member of class CNewExportResults. | |
This is m_ulTotalEntitiesExported, a member of class CNewExportResults. |
This is CNewExportResults, a member of class CNewExportResults. |
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].