Message 1 of 4
Not applicable
03-20-2012
02:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
For Each myEntID As ObjectId In myBTR
Dim myEnt As Entity = myEntID.GetObject(OpenMode.ForRead) 'Read Entity
If TypeOf myEnt Is BlockReference Then
'If Block Reference
Dim myBRef As BlockReference = CType(myEnt, BlockReference)
Dim myBlockDef As BlockTableRecord = myBRef.BlockTableRecord.GetObject(OpenMode.ForRead)
'myBRef.DynamicBlockTableRecord.GetObject(OpenMode.ForRead)
What's the differencebetween blocktablerecord and dynamicblocktablerecord?
When I'm trying to access the blocktablerecord what's the difference?
Will blocktablerecord work on dynamic blocks are they somewhat interchangeable?
Solved! Go to Solution.
