Message 1 of 4
The best way to remove duplicate points from DB
Not applicable
01-15-2013
11:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
ObjectARX 2007 with C#
What would be the best way to remove duplicate points from DB?
I do not think iterating through the whole database and compare each point's coordinate would be the best way since it will take a lot of time if the points are many.
I once saw a CAD command that does it for me. (which I can't remember now)
Maybe I could use that command.
Always Thank you for your help.

