Binding Xrefs

Discussion in 'AutoCAD' started by Edward Bagby, Jan 22, 2004.

  1. Edward Bagby

    Edward Bagby Guest

    I suddenly have a new problem with a routine that binds an xref (I don't
    remember this happening before). My xrefs bind with all of the prefix
    garbage despite using the 'false' parameter in the line of code:

    xref.Bind False

    Any thoughts!?!


    I'm using autoCAD 2000i
    thank you very much,
    Edward
     
    Edward Bagby, Jan 22, 2004
    #1
  2. Edward Bagby

    allfro Guest

    Once you have inserted an xref it becomes a member of
    thisdrawing.blocks. Try something a bit more like this[vbcode]
    ThisDrawing.Blocks.Item(xref.Name).Bind False[/vbcode]


    --
    allfro - Chaos Coder Extraordinaire

    'site index' (http://www.vbdesign.net/) | please use [ vbcode]
    \"your_code_here\" [/vbcode ] code tags | be nice | 'new posts'
    (http://tinyurl.com/3xqrw) | 'go babelfish' (http://tinyurl.com/2j7df)
     
    allfro, Jan 24, 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.