.NET Framework Class Library
DocType Enumeration
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > .NET Framework Class Library |
Document file type constants.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Enumeration DocType |
C# |
|---|
public enum DocType |
Visual C++ |
|---|
public enum class DocType |
JavaScript |
|---|
MwPDMApi.DocType = function(); MwPDMApi.DocType.createEnum('MwPDMApi.DocType', false); |
Members
Member name |
Value |
Description |
|
|---|---|---|---|
NONE |
-1 |
||
PART |
0 |
||
ASSEMBLY |
1 |
||
DRAWING |
2 |
||
GENERIC |
3 |
||
PROJECT |
4 |
Remarks
See Also