SoLicensesInfoLicensingVersionNumber Property |
Returns the current version number as a float for license checking.
Namespace: OIV.Inventor.Lock
The integer part of the float is the 10*YYYY+H, where YYYY is the year of the published version, and H is 1 or 2. The floating part is the patch number. For example 2023.2.7 will be returned as 20232.7, which corresponds to the 7th patch of 2nd version of OpenInventor in 2023. See method OIV.Inventor.Lock.SoLicensesInfo.Check(System.String, System.Single, System.String, System.Boolean, System.String@) for usage of this number.
If you need a descriptive string see ().