GM_UtilitySaveProjectionToString Method |
Saves a GM_Projection_t structure to a WKT projection string.
Namespace:
GlobalMapper
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 SaveProjectionToString(
GM_Projection_t aProj,
out string aProjStr,
uint aMaxLength,
uint aReserved
)
Public Shared Function SaveProjectionToString (
aProj As GM_Projection_t,
<OutAttribute> ByRef aProjStr As String,
aMaxLength As UInteger,
aReserved As UInteger
) As GM_Error_t32
public:
static GM_Error_t32 SaveProjectionToString(
GM_Projection_t^ aProj,
[OutAttribute] String^% aProjStr,
unsigned int aMaxLength,
unsigned int aReserved
)
Parameters
- aProj
- Type: GlobalMapper.TypesGM_Projection_t
Projection to save - aProjStr
- Type: SystemString
Buffer to store string in - aMaxLength
- Type: SystemUInt32
Size of string buffer - aReserved
- Type: SystemUInt32
Reserved for future use, must be 0
Return Value
Type:
GM_Error_t32GM Error Code
See Also