Get i-th Relationship From Relationship Ref List    

Returns the name of a relationship at a specified index in a relationship reference list.

 

Input Arguments

 

0

Relationship Ref List

Relationship Name List

The list of relationships.

1

Integer

Relationship Index

The index of the relationship.

 

Return Arguments

 

2

Collection Object Name

Resultant Item

The name of the relationship at the specified index.

 

Returned Status

 

SUCCESS

The relationship name was determined successfully.

FAILURE

The index supplied was beyond the bounds of the list.

 

Remarks

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