.NET Framework Class Library
PDMSystem.ScriptingEngineVersionInstalled Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > PDMSystem Class > PDMSystem Methods > .NET Framework Class Library |
Check if the installed Scripting Engine Version is more recent of the passed one.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function ScriptingEngineVersionInstalled ( _ version As Double _ |
C# |
|---|
public bool ScriptingEngineVersionInstalled( double version |
Visual C++ |
|---|
public: bool ScriptingEngineVersionInstalled( |
JavaScript |
|---|
function scriptingEngineVersionInstalled(version); |
Parameters
version
Type: System.Double
version to check
Return Value
TRUE if If the installed version is more recent of the specified one, FALSE otherwise
Remarks
See Also