.NET Framework Class Library
MWCmd.Selection Enumeration
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > .NET Framework Class Library |
List of MwPDM Selection commands
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Enumeration Selection |
C# |
|---|
public enum Selection |
Visual C++ |
|---|
public enum class Selection |
JavaScript |
|---|
MwPDMApi.Selection = function(); MwPDMApi.Selection.createEnum('MwPDMApi.Selection', false); |
Members
Member name |
Value |
Description |
|
|---|---|---|---|
AndSelectByUniqueId |
0 |
||
AndSelectQueryByUniqueId |
1 |
||
AndSelectTreeByUniqueId |
2 |
||
CurrentDocument |
3 |
||
GetSelection |
4 |
||
GetPartialVisibleProjectsUidList |
5 |
||
GetTreeParentChildSelection |
6 |
||
SelectById |
7 |
||
SelectByUniqueId |
8 |
||
SelectQueryByUniqueId |
9 |
||
SelectTreeById |
10 |
||
SelectTreeByUniqueId |
11 |
||
SelectTreeRoot |
12 |
||
SetTemporarySelection |
13 |
||
SetTemporarySelectionFromRecursiveCheckoutDialog |
14 |
Remarks
See Also