Question about list collection

Discussion in 'AutoCAD' started by Jeff Mishler, Apr 20, 2004.

  1. Jeff Mishler

    Jeff Mishler Guest

    Get AutoCAD?
     
    Jeff Mishler, Apr 20, 2004
    #1
  2. Jeff Mishler

    zeha Guest

    (dictsearch (namedobjdict) "ACAD_LAYOUT")

    or get all the assoc 3

    (assoc 3 (dictsearch (namedobjdict) "ACAD_LAYOUT"))
     
    zeha, Apr 20, 2004
    #2
  3. Jeff Mishler

    Remyga Guest

    Hi all,
    It seems to easy question but ...
    How can I get layout list whithuot using (layoutlist) and vla functions ...
    ???

    I tried to get selection set using filter:
    (setq objselectionset (ssget "X" (list (cons 0 "LAYOUT") (cons 0
    "AcDbLayout")))) but it returns nil :((

    Any sugestions ?
     
    Remyga, Apr 20, 2004
    #3
  4. Why is it that you can't use the available methods?

    Just curious
     
    Jason Piercey, Apr 20, 2004
    #4
  5. Jeff Mishler

    Jeff Mishler Guest

    Jason,
    See the post entitled "Layout list" from earlier yesterday. The body of the
    message is identical to this one, yet the author is "kipshas".
    On April 8 "kipshas" made a post about "Lisp Vla Functions", which is no
    longer on the server, in which he/she admits that they are using another Cad
    program that doesn't have access to these functions...... I'm assuming that
    (layoutlist) falls into this category as well.

    Jeff
     
    Jeff Mishler, Apr 20, 2004
    #5
  6. Jeff Mishler

    Remyga Guest

    Thanks zeha.
     
    Remyga, Apr 20, 2004
    #6
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.