.NET Framework Class Library
MWCmd.Document Enumeration
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > .NET Framework Class Library |
List of MwPDM Document commands
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Enumeration Document |
C# |
|---|
public enum Document |
Visual C++ |
|---|
public enum class Document |
JavaScript |
|---|
MwPDMApi.Document = function(); MwPDMApi.Document.createEnum('MwPDMApi.Document', false); |
Members
Member name |
Value |
Description |
|
|---|---|---|---|
AddDocument |
0 |
||
AddAttachment |
1 |
||
CreateHTMLOutput |
2 |
||
CreatePreviewFile |
3 |
||
CreatePreviewFileFromFullPath |
4 |
||
IsDocumentOpened |
5 |
||
IsDocumentUsedByInMemoryAsmOrDrw |
6 |
||
OpenDocument |
7 |
||
OpenDocumentViewOnly |
8 |
||
Rename |
9 |
Remarks
See Also