.NET Framework Class Library
MWEventIN.Document.ONCLOSE Enumeration
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > .NET Framework Class Library |
List of MwPDM Input ONCLOSE Event Data
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Enumeration ONCLOSE |
C# |
|---|
public enum ONCLOSE |
Visual C++ |
|---|
public enum class ONCLOSE |
JavaScript |
|---|
MwPDMApi.ONCLOSE = function(); MwPDMApi.ONCLOSE.createEnum('MwPDMApi.ONCLOSE', false); |
Members
Member name |
Value |
Description |
|
|---|---|---|---|
DOCUMENT_PATHNAME |
0 |
||
DOCUMENT_FNAME |
1 |
||
DOCUMENT_FEXT |
2 |
||
DOCUMENT_FDIR |
3 |
||
DOCUMENT_UNIQUE_ID |
4 |
||
CLOSE_TYPE |
5 |
Remarks
See Also