.NET Framework Class Library
DataEntrHelper.InputPostEventValues Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > DataEntrHelper Class > DataEntrHelper Methods > .NET Framework Class Library |
Parses post-event output values and updates global variables accordingly. This method reads key-value pairs from the temporary DBWorks script output file and assigns values to fields such as NewNumber, NewFileName, NewFolderPath, NewDescription, NewProject, and NewRevision, based on recognized keys in the file. Lines starting with a semicolon (;) are treated as comments and ignored.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub InputPostEventValues |
C# |
|---|
public void InputPostEventValues() |
Visual C++ |
|---|
public: void InputPostEventValues() |
JavaScript |
|---|
function inputPostEventValues(); |
See Also