pe_hvdatum_name

Retrieves the name of a hvdatum object

Usage syntax

void pe_hvdatum_name (PE_HVDATUM hvdatum, char name[PE_NAME_MAX]);

Parameters
hvdatum The hvdatum object
name The name of the hvdatum object
Description

This function retrieves the name of the specified hvdatum object.

Returns

None

Examples

char w[PE_NAME_MAX];
pe_hvdatum_name(hv1, w);