pe_method_name

Retrieves the name of a method object.

Usage syntax

void pe_method_name (PE_METHOD method, char name[PE_NAME_MAX]);

Parameters
method Method object
name The name of the method object
Description

Retrieves the name of the method object.

Returns

None

Examples

char cf_name[PE_NAME_MAX];
pe_method_name(coordframe, cf_name);