SoDBTGSLicenseCheck Method (String, Single, String, Boolean) |
Note: This API is now obsolete.
Obsoletesince Open Inventor 8000
Use SoDB.LicenseCheck instead.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public static int TGSLicenseCheck(
string productName,
float version,
string licenseString,
bool printWarning
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Shared Function TGSLicenseCheck (
productName As String,
version As Single,
licenseString As String,
printWarning As Boolean
) As Integer
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
static int TGSLicenseCheck(
String^ productName,
float version,
String^ licenseString,
bool printWarning
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
static member TGSLicenseCheck :
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:
Int32
Remarks
See Also