Layer's Linetype by Line

Discussion in 'AutoCAD' started by andrea.anolli, Mar 2, 2004.

  1. I need to know the Linetype of selected objects.
    (repeat ogge
    (setq name (ssname lista k))
    (setq data (entget name))
    (setq LT(cdr (assoc 6 Data)))

    But, if the LT is ByLayer i can't know the real LineType.
    I must know the Layer's Linetype of this object.

    How can I do?

    Andrea
     
    andrea.anolli, Mar 2, 2004
    #1
  2. (tblsearch "layer" "yourLayerName")
     
    Jason Piercey, Mar 2, 2004
    #2
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.