2004 mapexport syntax

Discussion in 'AutoCAD' started by Hiramjr, Feb 2, 2004.

  1. Hiramjr

    Hiramjr Guest

    We have a lisp routine to export selected objects, along with their associated object data table, to a shape file. With each major AutoCAD Map release, the command line prompts for the "mapexport" command change.

    The problem we have is that another department has upgraded to 2004 and needs to continue using the lisp routine. But in 'this' department, we don't have access to 2004.

    The 2004 code below will export out the selected objects, but we need to know, what are the prompts to select the object data table?

    2000:
    (command "mapexport" "SHP" <file name> "P" "Y" "*" <selection> "" "N" "N" "N" "N" "N" "O" <object data table> "N")

    20002:
    (command "-mapexport" "SHAPE" <file name> "N" "S" "T" "M" <selection> "" "*" "D" "O" <object data table> "N" "")

    2004
    (command "-mapexport" "SHAPE" <file name> "N" "S" "L" "M" <selection> "" "*" "*" "" "D" "N" "O" "" "" "P") object data table?


    E
     
    Hiramjr, Feb 2, 2004
    #1
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.