Click or drag to resize
SoLicensesInfo Methods

The SoLicensesInfo type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCheck(String, Single)
Calls Check(productName, version, (System.String ^)nullptr, true, errReport).
Public methodStatic memberCheck(String, Single, String)
Calls Check(productName, version, licenseString, true, errReport).
Public methodStatic memberCheck(String, Single, String, Boolean)
Calls Check(productName, version, licenseString, printWarning, errReport).
Public methodStatic memberCheck(String, Single, String, Boolean, String)

Query if Open Inventor or an extension module is licensed on this machine.

Public methodStatic memberCheck(String, Single, String, Boolean, String) Obsolete.
Obsolete since OpenInventor 9917. See [M:OIV.Inventor.Lock.SoLicensesInfo.Check(System.String,System.Single,System.String,System.Boolean,System.String@].

Query if Open Inventor or an extension module is licensed on this machine.

Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetLicensedProduct

Gets the licensed product corresponding to the given OIV.Inventor.Lock.SoLicensedProduct.SbProducts.

Public methodGetLicensedProductByIndex

Gets the licensed product corresponding to the given index.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also