GM_Utility .AreProjectionsEquivalent Method
Checks to see if the 2 projections are equivalent

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

Syntax
C#
Copy
public static GM_Error_t32 AreProjectionsEquivalent(
                        GM_Projection_t aProj1,
                        GM_Projection_t aProj2,
                        out bool aEquivalent
                )

Parameters

aProj1
Type:  GlobalMapper.Types.GM_Projection_t
IN: First projection to check
aProj2
Type:  GlobalMapper.Types.GM_Projection_t
IN: Second projection to check
aEquivalent
Type: System.Boolean
OUT: Are they the same?

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also