 | swWorkspaceTypes_e Enumeration |
Provides the enumeration of various workspaces in SOLIDWORKS
Namespace:
CodeStack.SwEx.AddIn.Enums
Assembly:
CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax[FlagsAttribute]
public enum swWorkspaceTypes_e
<FlagsAttribute>
Public Enumeration swWorkspaceTypes_e
[FlagsAttribute]
public enum class swWorkspaceTypes_e
Members
| Member name | Value | Description |
---|
| NoDocuments | 1 |
Environment when no documents are loaded (e.g. new session of SOLIDWORKS)
|
| Part | 2 |
Part document (*.sldprt)
|
| Assembly | 4 |
Assembly document (*.sldasm)
|
| Drawing | 8 |
Drawing document (*.slddrw)
|
| AllDocuments | 14 |
All SOLIDWORKS documents (*.sldprt, *.sldasm, *.slddrw)
|
| All | 15 |
All environments
|
See Also