Is there a way I can extract a consistent Point ID before and after a Delete OP? What I’d like to do is use a field to select Points, and report back the IDs of the selected points. Later I want to do a lookup against a Table DAT so I can display the a 3D Text Geo at the point’s coords.
In this screenshot, I thought I could delete the points and compare the POPToDAT tables to identify which point IDs were missing and use that as the lookup table. When I use the PopViewer and display the IDs they reset their index after the delete process.