Sets or returns the attribute tag, which identifies each occurrence of the attribute.
Syntax
stringVariable = object.TagString
object.TagString = <string>
Where:
stringVariable is a variable representing the tag;
Object is an Attribute or AttributeDef object.
Examples ...