Click or drag to resize
SoLicensedProductGetLicenseByIndex Method

Returns the license of the licensed product for the given index.

Namespace: OIV.Inventor.Lock
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public SoLicenseProperty GetLicenseByIndex(
	uint index
)

Parameters

index
Type: SystemUInt32

Return Value

Type: SoLicenseProperty
Remarks

If the given index is greater than the value returned by OIV.Inventor.Lock.SoLicensedProduct.GetLicenseCount(), the method returns NULL.

See Also