Delete()
Deletes a decoder.
Returns
None
Comments
The GSEOS Explorer holds a reference to every decoder created. Even if your object goes out of scope the Explorer will hold on to the decoder. To release the decoder you have to call Delete() first and then destroy the decoder object itself (e.g. by letting it go out of scope). Usually there is no need to delete a decoder.
Example
Release our current decoder and then destroy the decoder object.
oMyDec.Delete()
oMyDec = None