.NET Framework Class Library
MWCmd.PDMSystem Enumeration
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > .NET Framework Class Library |
List of MwPDM PDMSystem commands
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Enumeration PDMSystem |
C# |
|---|
public enum PDMSystem |
Visual C++ |
|---|
public enum class PDMSystem |
JavaScript |
|---|
MwPDMApi.PDMSystem = function(); MwPDMApi.PDMSystem.createEnum('MwPDMApi.PDMSystem', false); |
Members
Member name |
Value |
Description |
|
|---|---|---|---|
AddToDebugLog |
0 |
||
AddToEventLog |
1 |
||
CheckReleasedStructuresIntegrity |
2 |
||
DDEConnect |
3 |
||
DDEDisconnect |
4 |
||
DDESend |
5 |
||
EnableRepaint |
6 |
||
7 |
|||
ExecScript |
8 |
||
ExecMacro |
9 |
||
EnableDisableLocalCheckoutModeIntegrityCheckOnLoad |
10 |
||
LoadAddin |
11 |
||
ShowAboutInfo |
12 |
||
SendEMail |
13 |
||
TrackEvents |
14 |
||
Wait |
15 |
Remarks
See Also