Results 1 to 20 of 21

Thread: Solved: Read field in AUTOCAD block attribute

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #18
    VBAX Regular fixo's Avatar
    Joined
    Jul 2006
    Location
    Sankt-Petersburg
    Posts
    99
    Location
    Quote Originally Posted by ALe
    thank you very much!

    For each one of the case the number of blocks results the same.

    Running all the code:
    1st case works always.
    2nd case works for some files, not for some others.
    3rd case doesn't work.

    I can't explain why this happens, but it's good for me to work using 1st case.

    Thank you again for your wonderful help!
    Sorry, my bad the very last code must be like this:
    oSset.Select mode, , , dxfTyp, dxfDat 
        MsgBox "Third  method: " & vbCr & "Selected using ""acSelectionSetAll"" mode " & oSset.Count & " blocks" & vbCr & _ 
        "[ in the current DRAWING ]"
    Last edited by Aussiebear; 12-30-2024 at 01:50 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •