Retrieves the position of a business object attribute in the attribute list.
Syntax
int getAttributeIndex(char * name);
Parameters
Return values
An integer that specifies the position of the attribute in the attribute list of the business object definition.
Notes
After you retrieve the position of an attribute in attribute list, you can use the position to refer to the attribute.
See also
See also the description of the BOAttrType class.