GM_UtilityGetSDKVersion Method |
Returns the version of this SDK. The version is obtained by taking the
major version number times 100 and adding the minor version number. For
example, version 1.04 would be returned as 104.
Namespace:
GlobalMapper
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static uint GetSDKVersion()
Public Shared Function GetSDKVersion As UInteger
public:
static unsigned int GetSDKVersion()
Return Value
Type:
UInt32Version for the SDK as an Int32
See Also