Skip to main content
Solved

Give my geometry attributes

  • March 11, 2021
  • 1 reply
  • 8 views

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

Best answer by DanAtSafe

Hi @jaronkasiban​ Use a Counter to get a unique ID on every feature.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

DanAtSafe
Safer
Forum|alt.badge.img+21
  • Safer
  • Best Answer
  • March 11, 2021

Hi @jaronkasiban​ Use a Counter to get a unique ID on every feature.