Change configuration simultaneously on multiple components

I am looking for a way to change the configuration of multiple components simultaneously. When you do this manually, you select multiple component and change the configuration for all at the same time. In the API this doesn’t seem possible, but maybe I’m wrong…

Thanks for your response.

JJ

1 Answer

1

I only know ReferencedConfiguration in IComponent2

I just found out how to do it: Select the components and then: Assembly.CompConfigProperties4((int)swComponentSuppressionState_e.swComponentFullyResolved, (int)swComponentSolvingOption_e.swComponentRigidSolving, true, false, "ConfigName", false);