Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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.