pe_geogcs_del

Removes a geographic coordinate system object.

Usage syntax

void pe_geogcs_del (PE_GEOGCS geogcs);

Parameters
geogcs The geographic coordinate system object
Description

Releases the memory allocated to the specified geographic coordinate system object.

Returns

None

Examples

pe_geogcs_del(gcs);