.NET Framework Class Library
Revision.GetGlobaleRevPhaseAarray_AsObject Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
Revision.GetGlobaleRevPhaseAarray_AsObject Method

This method is the result of porting the legacy OnNewRev.lib library from VBScript to .NET. Returns the phase A revision array as an Object. This array contains all possible revision labels for phase A (typically "Prerelease"), loaded from the configuration file and used to validate and manage prerelease states. This method is provided for compatibility with legacy code that expects an Object return type.

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

Syntax

Visual Basic

Public Function GetGlobaleRevPhaseAarray_AsObject As Object

C#

public Object GetGlobaleRevPhaseAarray_AsObject()

Visual C++

public:

Object^ GetGlobaleRevPhaseAarray_AsObject()

JavaScript

function getGlobaleRevPhaseAarray_AsObject();

Return Value

An array of strings (as Object) containing the phase A revisions.

See Also

Revision Class

Revision Members

MwPDMApi Namespace