copy attribute value

Discussion in 'AutoCAD' started by jclaidler, May 17, 2004.

  1. jclaidler

    Jeff Mishler Guest

    Here's a quick snip from another program I wrote:

    (setq count -1)
    (while (< (setq count (1+ count)) (sslength ss))
    (setq ent (entget (ssname ss count)))
    ;the rest of your code to work with the entity
    );end while

    HTH,
    Jeff

    current selection set, which is select by this code in the
     
    Jeff Mishler, May 19, 2004
    #21
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.