I'm looking for advice regarding the particulars of the BlockTable class. I know that although you can get an enumerator for all the blocktablerecords a blocktable contains, I can't seem to find a more efficient way of accessing a particular BlockTableRecord's ObjectID. I know that the computer has access to such information... I can't imagine the BlockTable.Has() function working without it, anyway. I've checked the documentation too, but it doesn't actually list the functions or properties of the BlockTable class anywhere :/
My current code relies on a user-inputted string to retrieve the block, which successfully returns the proper bool result when plugged into BlockTable.Has().
Any help is appreciated! Tyler