GM_Utility .GetAvailableProjectionList Method (DEPRECATED)
Retrieves a list of all available projections and their available parameters, datums, units, etc. Returns GM_ProjectionInfo_t* (array of GM_ProjectionInfo_t structures)
 
This method is deprecated, and will only return a much smaller list of projections than all that are available. You can use GM_LoadProjectionFromEPSGCode or GM_LoadProjectionFromEWKTString instead to retrieve available projection definitions in the current format.

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

Syntax
C#
Copy
public static GM_ProjectionInfo_t[] GetAvailableProjectionList()

Return Value

Type:  GM_ProjectionInfo_t []
The list of available Projections
See Also