Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
How to display a different icon for a soft type of WTPart based on the value of an attribute in WC?
Extend WTPartIconDelegate for WTParts
//As per logic decide the icon for the subtype
IconSelector icon = new IconSelector("netmarkets/images/part/custom_part.gif");