parDelete
parDelete(
d_parasitic_id
)
=> t / nil
Description
Deletes a parasitic model or filter. After deleting the object, the parasitic_id becomes invalid.
Using the parasitic_id after the original object has been deleted can cause fatal errors.
Arguments
Value Returned
Examples
parDelete( filter )
=> t
parDelete( model )
=> t
Related Topics
Parasitic Aware Design Functions
Return to top