TIBCO Adapter SDK C++ Reference
MAssocList::getAt
MAssocList
Accesses the list by index and returns the name and value of the attribute at the specified position. An exception is thrown if index is out of range.
Parameters
Parameters Description
unsigned long Index Position of the attribute.
MString& rsName Name of the attribute.
Declaration
virtual const MData* getAt(unsigned long Index, MString& rsName) const throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.