SOLIDWORKS PDM Professional API Help Send Feedback
EdmBomType Enumeration
See Also  
EPDM.Interop.epdm Namespace : EdmBomType Enumeration


Types of BOM passed in EdmBomInfo and EdmBomLayout2 structures.

Syntax

Visual Basic 
Public Enum EdmBomType 
   Inherits System.Enum
C# 
public enum EdmBomType : System.Enum 
C++/CLI 
public enum class EdmBomType : public System.Enum 

Members

MemberDescription
Computed0 = The BOM is computed (check in/out and workflow are not supported)
ComputedActivated1 = The BOM is computed, and the Activated checkbox is checked so the BOM appears in File Explorer
ItemBOM8
Saved2 = The user has saved this BOM
SWBOM3 = SOLIDWORKS BOM
SWBOMActivated4 = SOLIDWORKS BOM, and the Activated checkbox is checked so the BOM appears in File Explorer
SWBOMSaved5 = The user has saved this SOLIDWORKS BOM
UndefinedBOM9 = BOM template
WeldmentBOM7 = Used as a weldment BOM in the preview
WeldmentCutlist6 = Used as a weldment cutlist in the preview

See Also