Represents a collection of STK objects.
Contains | Checks whether the collection contains an object with the given type and name. |
CopyObject | Copy and paste the specified object. |
GetElements | Returns a collection of objects of specified type. |
GetItemByIndex | Retrieves an Stk object from the collection by index. |
GetItemByName | Retrieves an Stk object from the collection by name. |
ImportObject | Imports object from external file and returns the pointer to the object. |
New | Creates an STK object using specified class and instance name. |
NewOnCentralBody | Creates an STK object using specified class, instance name and the central body. |
Unload | Removes an STK object using specified object's type and name. |
Count | Returns the number of elements in the collection. |
Item | Given an index, returns the element in the collection. If the index is an integer, then 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. |
SupportedChildTypes | Returns the available objects that can be added to this object. |