.NET Framework Class Library
Revision.GetGlobaleRevPhaseBarray_AsObject Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Revision Class > Revision Methods > .NET Framework Class Library |
This method is the result of porting the legacy OnNewRev.lib library from VBScript to .NET. Returns the phase B revision array as an Object. This array contains all possible revision labels for phase B (typically "Major"), loaded from the configuration file and used to validate and manage major release 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 GetGlobaleRevPhaseBarray_AsObject As Object |
C# |
|---|
public Object GetGlobaleRevPhaseBarray_AsObject() |
Visual C++ |
|---|
public: Object^ GetGlobaleRevPhaseBarray_AsObject() |
JavaScript |
|---|
function getGlobaleRevPhaseBarray_AsObject(); |
Return Value
A String() array (as Object) containing the phase B revisions.
See Also