Message 1 of 2
Creating assembly vs. AddingmeberIds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
A section of my plugin iterates through some objects, and creates an assembly containing those passed a condition. I am wondering if, in terms of efficiency, there is a big difference between 1- retrieving the elements and creating the assembly at the end vs. 2- Creating the assembly and adding elements to it one by one in each iteration (using AddMemberIds method)?