.NET Framework Class Library
MWCmd.CADSystem Enumeration
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > .NET Framework Class Library |
List of MwPDM CADSystem commands
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Enumeration CADSystem |
C# |
|---|
public enum CADSystem |
Visual C++ |
|---|
public enum class CADSystem |
JavaScript |
|---|
MwPDMApi.CADSystem = function(); MwPDMApi.CADSystem.createEnum('MwPDMApi.CADSystem', false); |
Members
Member name |
Value |
Description |
|
|---|---|---|---|
ChangePartColor |
0 |
||
GetActiveDocConfigurationInfos |
1 |
||
GetInContextChildren |
2 |
||
IsManagedConfiguration |
3 |
||
IsStandardPart |
4 |
||
MinimizeSolidWorks |
5 |
||
MaximizeSolidWorks |
6 |
||
RefreshVariantNotes |
7 |
||
SelectVariantNotes |
8 |
||
SWOpen |
9 |
||
SWSave |
10 |
||
SWSaveAs |
11 |
||
SWClose |
12 |
||
SWVersionHistory |
13 |
||
SWReplaceReferencedConfiguration |
14 |
||
SWReplaceReferencedDocument |
15 |
||
SWVersion |
16 |
||
ShowSolidWorks |
17 |
||
ShowMainFrameWindow |
18 |
||
SetDisplayName |
19 |
Remarks
See Also