SoLicensesInfoGetLicensingVersionNumber Method |
Returns current version number for license checking.
Namespace: OIV.Inventor.LockAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static float GetLicensingVersionNumber()
Public Shared Function GetLicensingVersionNumber As Single
public:
static float GetLicensingVersionNumber()
static member GetLicensingVersionNumber : unit -> float32
Return Value
Type:
Single
RemarksSee method check.
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.
See Also