Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! 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");