Click or drag to resize

GM_Projection_tAreProjectionsEquivalent Method

Checks to see if the 2 projections are equivalent

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 AreProjectionsEquivalent(
	GM_Projection_t aProj1,
	GM_Projection_t aProj2,
	out bool aEquivalent
)

Parameters

aProj1
Type: GlobalMapperGM_Projection_t
IN: First projection to check
aProj2
Type: GlobalMapperGM_Projection_t
IN: Second projection to check
aEquivalent
Type: SystemBoolean
OUT: Are they the same?

Return Value

Type: GM_Error_t32
A GM Error Code
See Also