.NET Framework Class Library
CADSystem.GetCADVersion Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > CADSystem Class > CADSystem Methods >

.NET Framework Class Library
CADSystem.GetCADVersion Method

Returns the name of the used CAD, its major version and the installed service pack.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Function GetCADVersion ( _

 ByRef major As String, _
 ByRef sp As String _
As String

C#

public string GetCADVersion(

 ref string major,
 ref string sp
)

Visual C++

public:

StringGetCADVersion(
 String^% major,
 String^% sp
)

JavaScript

function getCADVersion(majorsp);

Parameters

major

Type: System.String
Output. The CAD major version

sp

Type: System.String
Output. The installed service pack.

Return Value

name of the CAD application

Remarks

See Also

CADSystem Class

CADSystem Members

MwPDMApi Namespace