GetLinkedObjs

Description

Given a slot, returns a list of the Objects which contain the slots to which the input slot is linked.

Type

LIST {OBJECT}

Arguments

Type

Meaning

1

SLOT

the slots whose links are to be explored

Evaluation

For each slot to which the input slot is linked, we determine if that slot is managed by a Objects; if so, it is added to the return list. Thus, an empty list is returned if the slot is not linked to any slots on a Objects.

Comments

It is considered an error if the input slot is not a Series Slot.

 
GetLinkedObjs("Res A.Inflow")
 
{%"Reach 1", %"Reach 2"}