swBOMConfigurationWhatToShow = 151
' Possible values for the swBOMConfigurationWhatToShow environment user preference.
Public Enum swBOMConfigurationWhatToShow_e
swBOMConfiguration_ShowPartsOnly = 1
swBOMConfiguration_ShowPartsAndTopLevelAsm = 2
swBOMConfiguration_ShowAllInIndentedList = 3
End Enum
Gave ya what I found in the SWConstants, there is more BOM related stuff there, but not along the lines of what you were looking for.