SoLicensesInfoCheck Method (String, Single, String, Boolean) |
Calls Check(productName, version, licenseString, printWarning, 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,
bool printWarning
)
Public Shared Function Check (
productName As String,
version As Single,
licenseString As String,
printWarning As Boolean
) As Integer
public:
static int Check(
String^ productName,
float version,
String^ licenseString,
bool printWarning
)
static member Check :
productName : string *
version : float32 *
licenseString : string *
printWarning : bool -> int
Parameters
- productName
- Type: SystemString
- version
- Type: SystemSingle
- licenseString
- Type: SystemString
- printWarning
- Type: SystemBoolean
Return Value
Type:
Int32Remarks See Also