pe_method_del

Removes a method object.

Usage syntax

void pe_method_del (PE_METHOD method);

Parameters
method The method object
Description

Releases the memory allocated to the specified method object.

Returns

None

Examples

pe_method_del(coordframe);