.NET Framework Class Library
PDMSystem.ScriptingEngineVersionInstalled Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > PDMSystem Class > PDMSystem Methods >

.NET Framework Class Library
PDMSystem.ScriptingEngineVersionInstalled Method

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 _
As Boolean

C#

public bool ScriptingEngineVersionInstalled(

 double version
)

Visual C++

public:

bool ScriptingEngineVersionInstalled(
 double version
)

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

PDMSystem Class

PDMSystem Members

MwPDMApi Namespace