AcMapIEExportReactor::RecordReadyForExport Method

Land Desktop Development ARX CPP SDK

AcMapIEExportReactor:: RecordReadyForExport Method
 

Invoked before an entity is exported.

virtual bool RecordReadyForExport(
    AcDbEntity* pEnt
);
Parameters 
Description 
pEnt 
Input entity. 
Returns

Returns true if the specified entity should be exported; otherwise, returns false.

Remarks

This entity is not a const, so you can modify it as needed. The return value indicates whether an entity is ready to export. If this function returns false, the entity is not exported and no further reactors in the chain are called. If this function returns true for all reactors in the chain, the entity is exported.

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