pe_projcs_unit |
Retrieves the unit of measure of a projected coordinate system.
PE_UNIT pe_projcs_unit (PE_PROJCS projcs);
projcs | Projected coordinate system object |
Retrieves the units of a projected coordinate system.
On success, the units of the specified projected coordinate system object. On failure, a null pointer.
PE_UNIT u = pe_projcs_unit(pcs);