ThisDrawing.Utility.GetEntity BR, PP, "Selecteer block met attributen:"
' Get the attributes for the block reference
Dim varAttributes As Variant
varAttributes = BR.GetAttributes
Dim strAttributes As String
Dim i As Integer
For i = LBound(varAttributes) To UBound(varAttributes)
Select Case varAttributes(i).TagString
....
end select