.NET Framework Class Library
CADSystem.CheckForConversion Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > CADSystem Class > CADSystem Methods >

.NET Framework Class Library
CADSystem.CheckForConversion Method

Returns TRUE if the file assigned as filename is of an older file format than the current ones created by CAD Application.

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

Syntax

Visual Basic

Public Function CheckForConversion ( _

 fileName As String _
As Boolean

C#

public bool CheckForConversion(

 string fileName
)

Visual C++

public:

bool CheckForConversion(
 StringfileName
)

JavaScript

function checkForConversion(fileName);

Parameters

fileName

Type: System.String
file name to check the version of

Return Value

TRUE if the checked file is older than others just created, FALSE otherwise

Remarks

See Also

CADSystem Class

CADSystem Members

MwPDMApi Namespace