Click or drag to resize
SoLicensesInfoLicensingVersionNumber Property

Returns current version number for license checking.

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

Property Value

Type: Single
Remarks

See method OIV.Inventor.Lock.SoLicensesInfo.Check(System.String, System.Single, System.String, System.Boolean, System.String@).

If you need a descriptive string see (). If you just need the version number as an integer or string, see the macros in SoVersion.h.

See Also