Hello I’m reading a list of blocks from a .dwg file in a .NET application, and I noticed some of the blocks that I get from CadImage.Entities, are read as anonymous blocks so the value of their BlockName property is always in the format “*U…” which is not the name I see in Autocad.
How can I get the “actual” block name that I see in Autocad for this kind of blocks?