Delete the commodity object 'co'. By deleting, it's meant that the memory used for the object is freed and if the object was in the commodity hierarchy, it's removed.
INPUTS
co
- the object to be deleted (may be NULL)
RESULT
EXAMPLE
SEE ALSO
DeleteCxObjAll(),
NOTES
After deleting the commodity object, the handle 'co' is no longer valid. Deleteing an object that has other objects attached to it is (that should be deleted too) is easiest accomplished by using the DeleteCxObjAll() function.