public Class
An AttributeTag represents a Tagged Value associated with an attribute
Associated table in .EAP file: t_attributetag
AttributeTag Attributes
Attribute  | 
Type  | 
Notes  | 
TagID  | 
Long  | 
Read only. Local ID to identify Tagged Value.  | 
AttributeID  | 
Long  | 
Read/Write. Local ID of attribute associated with this Tagged Value.  | 
Name  | 
String  | 
Read/Write. Name of tag.  | 
Value  | 
String  | 
Read/Write. Value associated with this tag.  | 
Notes  | 
String  | 
Read/Write. Descriptive notes.  | 
TagGUID  | 
String  | 
Read/Write. A globally unique ID for this Tagged Value.  | 
ObjectType  | 
Read only. Distinguishes objects referenced through a Dispatch interface.  | 
AttributeTag Methods
Method  | 
Type  | 
Notes  | 
GetLastError ()  | 
String  | 
Returns a string value describing the most recent error that occurred in relation to this object. This function is rarely used since an exception is thrown when an error occurs.  | 
Update ()  | 
Boolean  | 
Update the current AttributeTag object after modification or appending a new item. If false is returned, check the GetLastError function for more information.  | 


