pe_method_name |
Retrieves the name of a method object.
void pe_method_name (PE_METHOD method, char name[PE_NAME_MAX]);
method | Method object |
name | The name of the method object |
Retrieves the name of the method object.
None
char cf_name[PE_NAME_MAX];
pe_method_name(coordframe, cf_name);