.NET Framework Class Library
Revision.GetGlobaleRevPhaseBCap Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
Revision.GetGlobaleRevPhaseBCap Method

This method is the result of porting the legacy OnNewRev.lib library from VBScript to .NET. Returns the caption/label for revision phase B (typically "Major"). This caption is a human-readable description of phase B, used in user interfaces, reports, or logs to clearly indicate the meaning of the revision phase instead of using only codes or numbers.

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

Syntax

Visual Basic

Public Function GetGlobaleRevPhaseBCap As String

C#

public string GetGlobaleRevPhaseBCap()

Visual C++

public:

String^ GetGlobaleRevPhaseBCap()

JavaScript

function getGlobaleRevPhaseBCap();

Return Value

The caption for phase B as a string.

See Also

Revision Class

Revision Members

MwPDMApi Namespace