Message 1 of 7
How to improve the speed of adding properties to selected items?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have adding properties algorithm using COM, that adds properties to selected items, it works fine with count less than 10, but in my case model contains more than 360k objects, and adding props process takes ages, because i have to add one by one, using for/foreach methods.
Is it possible to improve speed of this process, for example add props not foreach object but a bunch?