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