Change Overlay to Attachment

Discussion in 'AutoCAD' started by Leonard Johnson, Nov 11, 2004.

  1. How can I change overlays to attachments?
     
    Leonard Johnson, Nov 11, 2004
    #1
  2. Leonard Johnson

    Matt W Guest

    The easiest way is to simply double-click overlay in the xref manager dialog
    box.

    Is it really worth writing a program to do that?? Suppose it depends on how
    many drawings you have to do this to.
     
    Matt W, Nov 11, 2004
    #2
  3. I have over 100 drawings that I get from various sources that I have to do
    this for.
     
    Leonard Johnson, Nov 12, 2004
    #3
  4. Leonard Johnson

    Matt W Guest

    In that case, you may want to poke around in that "other" customization NG.
    It can't be done with straight VBA.

    I think Frank or Tony (someone) has an ARX vbXtender (or was it
    vbExtender??) that will allow you to mix-and-match VBA and LSP to accomplish
    something like this that you can't do with VBA.
     
    Matt W, Nov 12, 2004
    #4
  5. Leonard Johnson

    John Holmes Guest

    I don't see why not. Loop through the Bolcks colection, cheching for .IsXref
    = true. If it is, get the filename, Detach it, and reattach it as an
    attachment.

    John Holmes
     
    John Holmes, Nov 14, 2004
    #5
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.