TIBCO Adapter SDK C++ Reference
MModeledClassDescription::getAttribute
MModeledClassDescription
Retrieve an attribute from this MModeledClassDescription by position.

The position is determined by the order in which the attribute was added.

The method iterates through the superclass attributes after it has looked through all local attributes. It returns NULL if an attribute of the specified position cannot be found.

Remarks
Do not delete the item returned by the method.
Parameters
Parameters Description
unsigned int uiAttrPos Position of attribute to retrieve.
Declaration
virtual const MAttributeDescription* getAttribute(unsigned int uiAttrPos) const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.