kcimos
Civil/Environmental
- Sep 12, 2003
- 4
i'm using the following code to get attribute data:
varAttributes = BlkRefObj.GetAttributes
then using i in a loop:
tag=(varAttributes(i).TagString)
value=(varAttributes(i).TextString)
this works fine for most attributes, but there is a least 1 attribute in a title block that the .textstring property is nothing even though the attribute has a value
anyone know why this only works 99% of the time?
varAttributes = BlkRefObj.GetAttributes
then using i in a loop:
tag=(varAttributes(i).TagString)
value=(varAttributes(i).TextString)
this works fine for most attributes, but there is a least 1 attribute in a title block that the .textstring property is nothing even though the attribute has a value
anyone know why this only works 99% of the time?