GM_Utility .GetSDKVersion 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: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
Copy
public static uint GetSDKVersion()
