I am trying to retrieve attributes using ObjectDBX and .NET, but I am getting an error. I am using this: Dim Blk as AXDBLib.AcadBlockReference Dim Att as Object Att=Blk.GetAttributes This returns a system array {system._ComObject}, my error is in trying to access each attribute from the array. Can someone give me a hand, I would really appreciate it.