C# Get object member polyline from a dynamic block
I have a custom dynamic block. Using c# I am able to iterate all instances of the dynamic block, get property and attributes values, etc. As part of the dynamic block there are labels and line objects. I need to get the bounds of the block. However, when I do so the extents of the block are including all the of other members, thereby making the block larger than what I am trying to achieve.