SoLicensesInfoGetLicensedProduct Method |
Namespace: OIV.Inventor.LockAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoLicensedProduct GetLicensedProduct(
SoLicensedProductSbProducts prod
)
Public Function GetLicensedProduct (
prod As SoLicensedProductSbProducts
) As SoLicensedProduct
public:
SoLicensedProduct^ GetLicensedProduct(
SoLicensedProductSbProducts prod
)
member GetLicensedProduct :
prod : SoLicensedProductSbProducts -> SoLicensedProduct
Parameters
- prod
- Type: OIV.Inventor.LockSoLicensedProductSbProducts
Return Value
Type:
SoLicensedProductRemarks If the given product is invalid, the method returns NULL.
See Also