pe_hvdatum_name |
Retrieves the name of a hvdatum object
void pe_hvdatum_name (PE_HVDATUM hvdatum, char name[PE_NAME_MAX]);
hvdatum | The hvdatum object |
name | The name of the hvdatum object |
This function retrieves the name of the specified hvdatum object.
None
char w[PE_NAME_MAX];
pe_hvdatum_name(hv1, w);