Category Components

How can I get the category of components in the simulation? C#

Hy,

string simComponentCategory = simComponent.GetProperty("Category").Value.ToString();

Regards

Thanks! How can i pick components in the simulation with my “Category”?

Hy,

what do you mean with pick?
If you mean select them, than have a look at ISelectionManager…

Regards