Global Mapper SDK
| GM_Projection_t .SelectProjectionEx Method |
Displays the projection selection dialog to allow the user to select a projection
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public static GM_Error_t32 SelectProjectionEx ( out GM_Projection_t aSelProj , GM_Projection_t aInitProj , Point aDlgPos , GM_SelectProjFlags_t32 aFlags , Object aReserved )
Parameters
- aSelProj
-
Type:
GlobalMapper
.
GM_Projection_t
OUT: projection selected by user - aInitProj
-
Type:
GlobalMapper
.
GM_Projection_t
IN: initial projection to use (NULL for default) - aDlgPos
-
Type:
System.Drawing
.
Point
IN: position of top left corner (in screen coordinates) for projection dialog (NULL for default) - aFlags
-
Type:
GlobalMapper
.
GM_SelectProjFlags_t32
IN: additional flags for projection selection - aReserved
-
Type:
System
.
Object
IN: reserved for future use (must be NULL)
Return Value
Type: GM_Error_t32GM Error Code
Comments
0 comments
Please sign in to leave a comment.