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