Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! 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.