.NET Framework Class Library
Revision.GetGlobaleRevPhaseCCap Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
Revision.GetGlobaleRevPhaseCCap Method

This method is the result of porting the legacy OnNewRev.lib library from VBScript to .NET. Returns the caption/label for revision phase C (typically "Minor"). This caption is a human-readable description of phase C, 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 GetGlobaleRevPhaseCCap As String

C#

public string GetGlobaleRevPhaseCCap()

Visual C++

public:

String^ GetGlobaleRevPhaseCCap()

JavaScript

function getGlobaleRevPhaseCCap();

Return Value

The caption for phase C as a string.

See Also

Revision Class

Revision Members

MwPDMApi Namespace