TIBCO Adapter SDK C++ Reference
|
The method replaces the value of the attribute if it is present, if the index is out of bounds, it throws an exception.
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 Index | Position of the attribute in the association list. |
virtual Mboolean setAt(const MString& rsName, MData* pValue, unsigned long Index) throw(MException);