Click or drag to resize
SoLicensesInfoLicensingVersionNumber Property

Returns the current version number as a float for license checking.

Namespace: OIV.Inventor.Lock
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static float LicensingVersionNumber { get; }

Property Value

Type: Single
Remarks

The integer part of the float is the year of the published version and the floating part is 1 or 2 for the version first or second version of the year. For example 2023.2.7 will be returned as 2023.2, which corresponds to the 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 ().

See Also