.NET Framework Class Library
Revision.GetGlobaleError Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Revision Class > Revision Methods >

.NET Framework Class Library
Revision.GetGlobaleError Method

This method is the result of porting the legacy OnNewRev.lib library from VBScript to .NET. Returns the current error state related to reading the revision parameters file. A value of 0 indicates success; 1 indicates an error occurred while reading or creating the configuration file.

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

Syntax

Visual Basic

Public Function GetGlobaleError As Integer

C#

public int GetGlobaleError()

Visual C++

public:

int GetGlobaleError()

JavaScript

function getGlobaleError();

Return Value

Integer value representing the error state: 0 if the parameter file was read successfully, 1 if an error occurred.

See Also

Revision Class

Revision Members

MwPDMApi Namespace