GM_UtilitySaveProjectionToFile Method |
Saves a GM_Projection_m structure to a projection (PRJ) file.
Namespace:
GlobalMapper
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 SaveProjectionToFile(
string aFilename,
GM_Projection_t aProj,
uint aReserved
)
Public Shared Function SaveProjectionToFile (
aFilename As String,
aProj As GM_Projection_t,
aReserved As UInteger
) As GM_Error_t32
public:
static GM_Error_t32 SaveProjectionToFile(
String^ aFilename,
GM_Projection_t^ aProj,
unsigned int aReserved
)
Parameters
- aFilename
- Type: SystemString
Filename of projection file to save to - aProj
- Type: GlobalMapper.TypesGM_Projection_t
Projection to save - aReserved
- Type: SystemUInt32
Reserved for future use, must be 0
Return Value
Type:
GM_Error_t32GM Error Code
See Also