I'd like to set the value in "this" configuration for swConfigOption_UseDescriptionInBOM to "true". The statement below works but it appears I should be able to the same thing with swConfigurationOptions2_e a little more elegantly.
boolstatus = swModel.EditConfiguration3 _
(strExistingConfigName, _
strExistingConfigName, _
strExistingComment, _
strExistingAlternateName, _
swConfigOption_UseDescriptionInBOM = 512)
SolidworksApi macros