pe_projcs_unit

Retrieves the unit of measure of a projected coordinate system.

Usage syntax

PE_UNIT pe_projcs_unit (PE_PROJCS projcs);

Parameters
projcs Projected coordinate system object
Description

Retrieves the units of a projected coordinate system.

Returns

On success, the units of the specified projected coordinate system object. On failure, a null pointer.

Examples

PE_UNIT u = pe_projcs_unit(pcs);