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