Global Mapper SDK
| GM_Projection_t .AreProjectionsEquivalent Method |
Checks to see if the 2 projections are equivalent
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public static GM_Error_t32 AreProjectionsEquivalent ( GM_Projection_t aProj1 , GM_Projection_t aProj2 , out bool aEquivalent )
Parameters
- aProj1
-
Type:
GlobalMapper
.
GM_Projection_t
IN: First projection to check - aProj2
-
Type:
GlobalMapper
.
GM_Projection_t
IN: Second projection to check - aEquivalent
-
Type:
System
.
Boolean
OUT: Are they the same?
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.