GM_UtilitySelectProjectionEx Method |
Displays the projection selection dialog to allow the user to select a projection
Namespace:
GlobalMapper
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 SelectProjectionEx(
out GM_Projection_t aSelProj,
GM_Projection_t aInitProj,
Point aDlgPos,
GM_SelectProjFlags_t32 aFlags,
Object aReserved
)
Public Shared Function SelectProjectionEx (
<OutAttribute> ByRef aSelProj As GM_Projection_t,
aInitProj As GM_Projection_t,
aDlgPos As Point,
aFlags As GM_SelectProjFlags_t32,
aReserved As Object
) As GM_Error_t32
public:
static GM_Error_t32 SelectProjectionEx(
[OutAttribute] GM_Projection_t^% aSelProj,
GM_Projection_t^ aInitProj,
Point aDlgPos,
GM_SelectProjFlags_t32 aFlags,
Object^ aReserved
)
Parameters
- aSelProj
- Type: GlobalMapper.TypesGM_Projection_t
OUT: projection selected by user - aInitProj
- Type: GlobalMapper.TypesGM_Projection_t
IN: initial projection to use (NULL for default) - aDlgPos
- Type: System.DrawingPoint
IN: position of top left corner (in screen coordinates) for projection dialog (NULL for default) - aFlags
- Type: GlobalMapper.TypesGM_SelectProjFlags_t32
IN: additional flags for projection selection - aReserved
- Type: SystemObject
IN: reserved for future use (must be NULL)
Return Value
Type:
GM_Error_t32GM Error Code
See Also