Get i-th Annotation From Annotation Ref List (Iterator)    

Iterates through a list of annotations, returning an annotation on each iteration.

 

Input Arguments

 

0

Annotation Ref List

Annotation Ref List

The list of annotations.

1

Integer

Annotation Index

The index at which to start iterating through the list.

2

Step ID

Step to Jump at End of List

The step to jump to at the end of the list.

 

Return Arguments

 

3

Collection Object Name

Resultant Item

The resulting annotation.

 

Returned Status

 

SUCCESS

The annotation was retrieved successfully.

FAILURE

The supplied list or index was invalid.

 

Remarks

Ref list indices are zero based, so the first item in a ref list is at index 0.