I created a bunch of copies of a base object at design time, but I just sort of assembled them without thought of what order they were in... there are 57 of these and I need them positioned specifically at design time vs. runtime.
But at some point, I want to be able to loop through them in order and I assume this is done by the UID/IID?
So my question is can I edit the UID or Instance ID of these items to make them sequential in the order I want them to be processed in? Sort of like a tabindex for an HTML form.
Thanks!