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

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

Just before a plugin is unloaded by Fidelity Pointwise, the static destroy() method is called. The destroy() method is located in the file src/plugins/CaeUnsMyExporter/CaeUnsMyExporter.cxx.

The destroy() method is used by a plugin to clean up any plugin specific data.

The destroy() method does not return a value.

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