SoLicensesInfoCheck Method (String, Single, String) |
Calls Check(productName, version, licenseString, true, errReport).
Namespace: OIV.Inventor.LockAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static int Check(
string productName,
float version,
string licenseString
)
Public Shared Function Check (
productName As String,
version As Single,
licenseString As String
) As Integer
public:
static int Check(
String^ productName,
float version,
String^ licenseString
)
static member Check :
productName : string *
version : float32 *
licenseString : string -> int
Parameters
- productName
- Type: SystemString
- version
- Type: SystemSingle
- licenseString
- Type: SystemString
Return Value
Type:
Int32Remarks See Also