Global Mapper SDK
| GM_Projection_t .SaveProjectionToString Method |
Saves a GM_Projection_t structure to a WKT projection string.
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public static GM_Error_t32 SaveProjectionToString ( GM_Projection_t aProj , out string aProjStr , uint aMaxLength , uint aReserved )
Parameters
- aProj
-
Type:
GlobalMapper
.
GM_Projection_t
Projection to save - aProjStr
-
Type:
System
.
String
Buffer to store string in - aMaxLength
-
Type:
System
.
UInt32
Size of string buffer - aReserved
-
Type:
System
.
UInt32
Reserved for future use, must be 0
Return Value
Type: GM_Error_t32GM Error Code
Comments
0 comments
Please sign in to leave a comment.