CX_TERMED::GetSiblings2
Description:
This class function returns all siblings of this object, similar to the MA function Siblings. The collection consists of at least one entry, the first entry being the object itself.
In contrast to the GetSiblings() function, this function returns all siblings found up to that point in the event of an error in the ring of exchange objects.
Code example:
myObject Call(GetSiblings2)
| Stack | Position | Object type | Brief description |
|---|---|---|---|
| Stack(In) | Top | CX_TERMED | Object for which the information is desired |
| Stack(Out) | Top | COLLECTION | Collection with all Siblings |