pe_projcs_isconstloaded

Returns TRUE if the constants are loaded for a projected coordinate system object.

Usage syntax

int pe_projcs_isconstloaded(PE_PROJCS projcs);

Parameters
projcs The projected coordinate system object
Description

Returns TRUE if the constants are loaded for a projected coordinate system object. Many projections calculate intermediate values that are constants for a particular set of parameters and spheroid. The pe_projcs_load_constants function will place these values into memory. Deleting the projected coordinate system will remove the constants from memory. You can also call pe_projcs_unload_constants.

Returns

On success, one. On failure, zero.

Examples
 

int load = pe_projcs_isconstloaded(spcs_ca5);