Click or drag to resize

GM_Projection_tGetAvailableProjectionList 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:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_ProjectionInfo_t[] GetAvailableProjectionList()

Return Value

Type: GM_ProjectionInfo_t
The list of available Projections
See Also