.NET Framework Class Library
Revision.GetGlobaleRevPhaseB 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 current enabled/disabled state of revision phase B.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetGlobaleRevPhaseB As Integer |
C# |
|---|
public int GetGlobaleRevPhaseB() |
Visual C++ |
|---|
public: int GetGlobaleRevPhaseB() |
JavaScript |
|---|
function getGlobaleRevPhaseB(); |
Return Value
Integer value representing the state of phase B: 1 if enabled, 0 if disabled.
See Also