SoDBLicenseCheck Method (String, Single, String) |
Note: This API is now obsolete.
Calls LicenseCheck(productName, version, licenseString, true, (cli.array<System.String^>^)nullptr).
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static int LicenseCheck(
string productName,
float version,
string licenseString
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function LicenseCheck (
productName As String,
version As Single,
licenseString As String
) As Integer
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static int LicenseCheck(
String^ productName,
float version,
String^ licenseString
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member LicenseCheck :
productName : string *
version : float32 *
licenseString : string -> int
Parameters
- productName
- Type: SystemString
- version
- Type: SystemSingle
- licenseString
- Type: SystemString
Return Value
Type:
Int32
Remarks
See Also