GM_Utility .GetAvailableProjectionList Method
Retrieves a list of all available projections and their available parameters, datums, units, etc. Returns GM_ProjectionInfo_t* (array of GM_ProjectionInfo_t structures)

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