Exclude from BOM API
Exclude from BOM API
(OP)
Hello
I need a macro that checks if components in the feature manager tree are excluded from Bom.
It is a part of a another macro that I want to select components who don´t have the custom property PosNo and then I don´t want to have the excluded components in that selection.
I found this in the API help but I can not figure it out how to use it.
bExclude = Component2.ExcludeFromBOM (VB Get property)
Anyone who have suggestions.
I need a macro that checks if components in the feature manager tree are excluded from Bom.
It is a part of a another macro that I want to select components who don´t have the custom property PosNo and then I don´t want to have the excluded components in that selection.
I found this in the API help but I can not figure it out how to use it.
bExclude = Component2.ExcludeFromBOM (VB Get property)
Anyone who have suggestions.






RE: Exclude from BOM API