Find Inserts Layout(Tab)

Discussion in 'AutoCAD' started by Martin Wright, Sep 17, 2003.

  1. I have a selection set of blocks that I process.
    I need to determine the layout that each insert is on.
    My code is

    Dim blkTmp As AcadBlockReference
    Dim ss As AcadSelectionSet

    For i = 0 To ss.Count - 1
    Set blkTmp = ss.Item(i)

    Thanks
    Martin Wright
     
    Martin Wright, Sep 17, 2003
    #1
  2. Martin Wright, Sep 17, 2003
    #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.