OpenDOF Project
void DOFSystem_Destroy ( DOFSystem  sys)

Destroy a DOFSystem.

This has no effect on any outstanding operations started from the DOFSystem, or any DOFObjects that may still exist on the DOFSystem. The operations will continue to be processed normally, and the DOFObjects will remain valid. While the application cannot reference the DOFSystem directly any longer, the DOFSystem available to an operation's application callbacks and to DOFObjects created from the DOFSystem will remain valid.

Parameters
sysThe DOFSystem to destroy. If NULL, no action is taken.
See Also
DOF_CreateSystem
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22