GM_UtilityAreProjectionsEquivalent 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 public static GM_Error_t32 AreProjectionsEquivalent(
GM_Projection_t aProj1,
GM_Projection_t aProj2,
out bool aEquivalent
)
Public Shared Function AreProjectionsEquivalent (
aProj1 As GM_Projection_t,
aProj2 As GM_Projection_t,
<OutAttribute> ByRef aEquivalent As Boolean
) As GM_Error_t32
public:
static GM_Error_t32 AreProjectionsEquivalent(
GM_Projection_t^ aProj1,
GM_Projection_t^ aProj2,
[OutAttribute] bool% aEquivalent
)
Parameters
- aProj1
- Type: GlobalMapper.TypesGM_Projection_t
IN: First projection to check - aProj2
- Type: GlobalMapper.TypesGM_Projection_t
IN: Second projection to check - aEquivalent
- Type: SystemBoolean
OUT: Are they the same?
Return Value
Type:
GM_Error_t32A GM Error Code
See Also