shirazbj Posted April 14, 2012 Posted April 14, 2012 (edited) What is an Anonymous block? Thx. How do I delete this thread? Using tr Dim bt As BlockTable = DirectCast(tr.GetObject(DB.BlockTableId, OpenMode.ForRead), BlockTable) For Each btrid As ObjectId In bt Dim btr As BlockTableRecord = DirectCast(tr.GetObject(btrid, OpenMode.ForRead), BlockTableRecord) If Not btr.IsAnonymous And Not btr.IsLayout Then Edited April 14, 2012 by shirazbj Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.