Click or drag to resize

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
Members
  Member nameValueDescription
NoDocuments1 Environment when no documents are loaded (e.g. new session of SOLIDWORKS)
Part2 Part document (*.sldprt)
Assembly4 Assembly document (*.sldasm)
Drawing8 Drawing document (*.slddrw)
AllDocuments14 All SOLIDWORKS documents (*.sldprt, *.sldasm, *.slddrw)
All15 All environments
See Also