SoLicensesInfoGetLicensedProduct Method |
Gets the licensed product corresponding to the given index.
Namespace: OIV.Inventor.LockAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static SoLicensedProduct GetLicensedProduct(
int index
)
Public Shared Function GetLicensedProduct (
index As Integer
) As SoLicensedProduct
public:
static SoLicensedProduct^ GetLicensedProduct(
int index
)
static member GetLicensedProduct :
index : int -> SoLicensedProduct
Parameters
- index
- Type: SystemInt32
Return Value
Type:
SoLicensedProduct
Remarks
See Also