Message 1 of 6
Silly question
Not applicable
09-14-2005
03:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I've got a block reference called unitBREF. How do I determine its name? I've seen the other posts on names but for some reason I'm having trouble getting the BlockTableRecord:
BlockReference unitBREF = (BlockReference)ent;
BlockTableRecord blkBTR = ???
string name = blkBTR.name;
Thanks very much for any help!
-Carlos
I've got a block reference called unitBREF. How do I determine its name? I've seen the other posts on names but for some reason I'm having trouble getting the BlockTableRecord:
BlockReference unitBREF = (BlockReference)ent;
BlockTableRecord blkBTR = ???
string name = blkBTR.name;
Thanks very much for any help!
-Carlos