GM_UtilityGetBaseProjection Method |
Retrieves the underlying base projection that forms the basis for a given projection.
Namespace:
GlobalMapper
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 GetBaseProjection(
GM_Projection_t aProjIn,
out GM_Projection_t aProjBase
)
Public Shared Function GetBaseProjection (
aProjIn As GM_Projection_t,
<OutAttribute> ByRef aProjBase As GM_Projection_t
) As GM_Error_t32
public:
static GM_Error_t32 GetBaseProjection(
GM_Projection_t^ aProjIn,
[OutAttribute] GM_Projection_t^% aProjBase
)
Parameters
- aProjIn
- Type: GlobalMapper.TypesGM_Projection_t
(GM_Projection_t*) IN: projection to convert from (NULL for current) - aProjBase
- Type: GlobalMapper.TypesGM_Projection_t
OUT: projection on which the input projection is based
Return Value
Type:
GM_Error_t32GM Error Code
See Also