高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】relationship between oddbattribute and oddbattributedefiniti
relationship between oddbattribute and oddbattributedefiniti
relationship between oddbattribute and oddbattributedefinition
hello,
i have code that iterates through a list of entities. it comes upon a blocktablereference, at which point it gets an iterator into the blocktablereference. one of the entities in the blocktablereference is of type oddbattributedefinition. i want the string value of this entity, but when i call textstring i get the base attributedefinition string value, not the string value overridden in this instance of the entity. i do see the correct string values in a separate and seemingly unrelated list when i call
oddbblockreference::attributeiterator()
but i can't map these attributes to the oddbattributedefinition entities i get when iterating through the blocktablereference.
hopefully this makes sense. thanks!
corresponding attributes and attribute definitions have the same "tag".
also their order in the lists is usually the same.
sergey slezkin
|