SoLicensedProductGetLicenseByIndex Method |
Returns the license of the licensed product for the given index.
Namespace: OIV.Inventor.LockAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoLicenseProperty GetLicenseByIndex(
uint index
)
Public Function GetLicenseByIndex (
index As UInteger
) As SoLicenseProperty
public:
SoLicenseProperty^ GetLicenseByIndex(
unsigned int index
)
member GetLicenseByIndex :
index : uint32 -> SoLicenseProperty
Parameters
- index
- Type: SystemUInt32
Return Value
Type:
SoLicensePropertyRemarks See Also