Tutorial Toolkit Function Descriptions > Obsolete, Modified, and Broken Functions > Results (Chapter 15)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">   
Results (Chapter 15)
 
Modified
This call is missing its <Return Value> variable.
Added the <Return Value> variable to the output argument list.
Original Description Information:
(id, elementId, resultTypeCount )
Description:
Given an elementId, count all the unique result types used by it.
Input:
INTEGER
elementid
The element ID.
Output:
INTEGER
resultTypeCount
Count of all the unique result types used by the given element ID.
Error Conditions:
None.
Remarks:
None.
Examples:
None.
New Description Information:
(id, elementId, resultTypeCount )
Description:
Given an elementId, count all the unique result types used by it.
Input:
INTEGER
elementid
The element ID.
Output:
INTEGER
resultTypeCount
Count of all the unique result types used by the given element ID.
INTEGER
<Return Value>
Integer indicating the success or failure of the routine.
Error Conditions:
None.
Remarks:
None.
Examples:
None.