selecting attributes and dimensions in the drawing

Discussion in 'AutoCAD' started by Olivier, Feb 8, 2004.

  1. Olivier

    Olivier Guest

    Hello,
    Is there an easy way to modify the lines below so it also selects the text
    that is in
    attributes and dimensions?

    Dim aCod(0) As Integer, aVal(0) As Variant
    Dim oSet As AcadSelectionSet
    Dim iTmp As Integer
    Dim eEnt As AcadEntity
    Dim iCnt As Integer

    aCod(0) = 0: aVal(0) = "TEXT,MTEXT"
    Set oSet = SelSetInit("ssText")
    oSet.Select acSelectionSetAll, , , aCod, aVal


    Thanks,

    Olivier
     
    Olivier, Feb 8, 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.