Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! 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.
