SoLicensesInfoGetLicensedProductByIndex Method |
Gets the licensed product corresponding to the given index.
Namespace: OIV.Inventor.LockAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoLicensedProduct GetLicensedProductByIndex(
uint index
)
Public Function GetLicensedProductByIndex (
index As UInteger
) As SoLicensedProduct
public:
SoLicensedProduct^ GetLicensedProductByIndex(
unsigned int index
)
member GetLicensedProductByIndex :
index : uint32 -> SoLicensedProduct
Parameters
- index
- Type: SystemUInt32
Return Value
Type:
SoLicensedProductRemarks If the given index is greater than the value returned by (), the method returns NULL.
See Also