Retrieves the type of the attribute at the specified position in the business object definition.
Syntax
long IgetAttributeTypeAtIndex(long position);
Parameters
Return Values
An integer to indicate the data type of the attribute at the specified position in the business object, as follows:
Exceptions
Example
int indexPosition = 1; long attributeType = 0; attributeType = aBusObj.IgetAttributeTypeAtIndex(indexPosition);