Pointwise Plugin SDK
Implement the CAE Plugin Class's endExport() Method

<prev | main page | C++ API | next>

The plugin's private, virtual CaePlugin::endExport() method is called once by run() at the end of an export sequence. The CaePlugin::endExport() method is located in the file src/plugins/CaeUnsMyExporter/CaeUnsMyExporter.cxx.

The CaePlugin::endExport() method is typically used by a plugin to clean up any export specific data.

The CaePlugin::endExport() method should return true to indicate success. If it returns false, the export will stop.

<prev | main page | C++ API | next>