GM_Utility .ProjectPoint Method
Projects a point from one projection to another

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
public static GM_Error_t32 ProjectPoint(
    double aXIn,
    double aYIn,
    out double aXOut,
    out double aYOut,
    GM_Projection_t aProjIn,
    GM_Projection_t aProjOut
)

Parameters

aXIn
Type:  System . Double
IN: X coordinate of input point
aYIn
Type:  System . Double
IN: Y coordinate of input point
aXOut
Type:  System . Double
OUT: X coordinate of output point
aYOut
Type:  System . Double
OUT: Y coordinate of output point
aProjIn
Type:  GlobalMapper . GM_Projection_t
IN: projection to convert from (NULL for current)
aProjOut
Type:  GlobalMapper . GM_Projection_t
IN: projection to convert to (NULL for current)

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also