pe_adjhcs_del

Removes an adjusted horizontal coordinate system object

Usage syntax

void pe_adjhcs_del (PE_ADJHCS adjhcs);

Parameters
adjhcs The adjusted horizontal coordinate system object
Description

This function releases the memory allocated to the specified adjusted horizontal coordinate system object.

Returns

None

Examples

pe_adjhcs_del(adjcs);