So I have been using AttributeManager to redo the attributes of my new geometry that I have created. One attribute I want to add is just a unique ID number that goes from 1 to infinite to just label each geometry in my dataset
So I have been using AttributeManager to redo the attributes of my new geometry that I have created. One attribute I want to add is just a unique ID number that goes from 1 to infinite to just label each geometry in my dataset
Hi @jaronkasiban Use a Counter to get a unique ID on every feature.