DOFObjectdestroy Method OpenDOF Object Access Library
Destroy an object that has been created by the system.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public void destroy()
Remarks

Destroy an object that has been created by the system. This routine must be called for each created DOFObject, either directly by the application, or indirectly by calling DOF.destroy() or DOFSystem.destroy() . Any attempt to use a destroyed DOFObject will result in undefined behavior.
See Also

Reference