TIBCO Adapter SDK C++ Reference
|
The method replaces the value of the attribute at the specified position if the attribute is present, else it appends the attribute with the specified name and value to the list.
a = Value b = Value c = Value c = Value d = Value
To replace the second c attribute, you have two choices:
Parameters | Description |
const MString& rsName | Name of the attribute to which you want to assign a new value. |
MData* pValue | New value for the attribute. |
unsigned long ulPosition = 0 | Position of the attribute in the association list. This is particularly useful when there are two or more attributes with the same name exist in the association list. |