SoLicensesInfo Class |
Class managing every licensed product.
Namespace: OIV.Inventor.Lock
The SoLicensesInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Check(String, Single) | Calls Check(productName, version, (System.String ^)nullptr, true, (cli.array<System.String^>^)nullptr). |
![]() ![]() | Check(String, Single, String) | Calls Check(productName, version, licenseString, true, (cli.array<System.String^>^)nullptr). |
![]() ![]() | Check(String, Single, String, Boolean) | Calls Check(productName, version, licenseString, printWarning, (cli.array<System.String^>^)nullptr). |
![]() ![]() | Check(String, Single, String, Boolean, String) | Query if Open Inventor or an extension module is licensed on this machine. |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() ![]() | GetLicensedProduct | Gets the licensed product corresponding to the given index. |
![]() ![]() | GetLicensingVersionNumber | Returns current version number for license checking. |
![]() ![]() | GetProductCount | Gets number of licensed products. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | GetVersion | Returns a character string identifying the version of the Open Inventor library in use. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
SoLicensesInfo manages licensed products. SoLicensesInfo.setCallback(SoLicensesCB*) deactivates the default message box to call the specified callback.
Version Number: You can query the Open Inventor version number as a string using the getVersion() method or as a floating point value using the getLicensingVersionNumber() method.