SoLicensedProduct Class |
Class managing a licensed product.
Namespace: OIV.Inventor.Lock
The SoLicensedProduct type exposes the following members.
Name | Description | |
---|---|---|
SoLicensedProduct | Initializes a new instance of the SoLicensedProduct class |
Name | Description | |
---|---|---|
Dispose |
Releases all resources used by SoDisposable.
(Inherited from SoDisposable.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetLicenseByIndex | Returns the license of the licensed product for the given index. | |
GetLicenseCount | Returns the number of licenses available for this product. | |
GetProduct | Returns the SbProduct enum value of the licensed product. | |
GetProductName | Returns the name of the licensed product. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
IsDisposable | ISafeDisposable interface implementation.
(Inherited from SoDisposable.) |
OIV.Inventor.Lock.SoLicensedProduct manages a licensed product. This class provides information about the current available licenses for a given product. The OIV.Inventor.Lock.SoLicensedProduct.GetProduct() method returns the SbProduct enum value corresponding to the product. The OIV.Inventor.Lock.SoLicensedProduct.GetLicenseCount() method gives you the number of licenses available. The OIV.Inventor.Lock.SoLicensedProduct.GetLicenseByIndex(System.UInt32) method gives you a OIV.Inventor.Lock.SoLicenseProperty containing license info for this product.