An arrangement of quantities or symbols in rows and columns; a matrix
2
votes
1answer
177 views
Create Array From Selected Features Based on the Order in Which They Were Selected
I need to create an array of features from a selection based on the order in which they were selected.
As in: I select feature 5,2,3,4. I need to have an array so I can apply attributes (with python) ...