.NET Framework Class Library
CADSystem.GetCADVersion Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > CADSystem Class > CADSystem Methods > .NET Framework Class Library |
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, _ |
C# |
|---|
public string GetCADVersion( ref string major, |
Visual C++ |
|---|
public: String^ GetCADVersion( |
JavaScript |
|---|
function getCADVersion(major, sp); |
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