Click or drag to resize
SoDBGetLicensingVersionNumber Method

Note: This API is now obsolete.

Returns current version number for license checking.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static float GetLicensingVersionNumber()

Return Value

Type: Single
Remarks

See method LicenseCheck.

If you need a descriptive string see getVersion. If you just need the version number as an integer or string, see the macros in SoVersion.h.Obsoletesince Open Inventor 9800 please use SoLicensesInfo.getLicensingVersionNumber() instead

See Also