Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
I have 1500 draft entity's and want to change color of all...
IpfcModelItems items;
IpfcModelItemOwner itemoner = model as IpfcModelItemOwner;
items = itemoner.ListItems(EpfcModelItemType.EpfcITEM_DTL_ENTITY);
the "items" contains 1500 object, can any one help me how to change the color.