Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I do not have time to write code to discover which is faster so I wondered if anyone knew.....
Task: To obtain the Handle to an entity as a string to be used in legacy lisp routines.
Which is likely to be faster;
(cdr(assoc 5(entget eName)))
OR
A call to a .net DLL that returns the handle of the entity eName.
Opinions anyone?
Solved! Go to Solution.