Represents a collection of STK objects.
![]() | Checks whether an object with the given name exists. |
![]() | Given an index, returns an element in the collection at the given position. |
![]() | Given a name, returns an element in the collection with the specified name. |
![]() | Returns the number of elements in a collection. |
![]() | Given an index, returns an element in the collection. If the index is an integer, then the method returns the element in the collection at the given position. If the index is a string, then the method returns the element with the specified name. |