| Visual Basic | |
|---|---|
Public Enum EdmBomType Inherits System.Enum | |
| C# | |
|---|---|
public enum EdmBomType : System.Enum | |
| C++/CLI | |
|---|---|
public enum class EdmBomType : public System.Enum | |
| Member | Description |
|---|---|
| Computed | 0 = The BOM is computed (check in/out and workflow are not supported) |
| ComputedActivated | 1 = The BOM is computed, and the Activated checkbox is checked so the BOM appears in File Explorer |
| ItemBOM | 8 |
| Saved | 2 = The user has saved this BOM |
| SWBOM | 3 = SOLIDWORKS BOM |
| SWBOMActivated | 4 = SOLIDWORKS BOM, and the Activated checkbox is checked so the BOM appears in File Explorer |
| SWBOMSaved | 5 = The user has saved this SOLIDWORKS BOM |
| UndefinedBOM | 9 = BOM template |
| WeldmentBOM | 7 = Used as a weldment BOM in the preview |
| WeldmentCutlist | 6 = Used as a weldment cutlist in the preview |