Click or drag to resize
SoLicensesInfoGetLicensedProductByIndex Method

Gets the licensed product corresponding to the given index.

Namespace: OIV.Inventor.Lock
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoLicensedProduct GetLicensedProductByIndex(
	uint index
)

Parameters

index
Type: SystemUInt32

Return Value

Type: SoLicensedProduct
Remarks

If the given index is greater than the value returned by (), the method returns NULL.

See Also