Allows accessing and creating condition set components.
Contains | Searches for a an element with a given name. Returns false if the specified element does not exist. |
GetItemByIndex | Retrieves a condition set from the collection by index. |
GetItemByName | Retrieves a condition set from the collection by name. |
Remove | Removes a specified element. |
Context | Returns a context object. The context can be used to find out which central body or STK object this instance is associated with. |
Count | Returns a number of elements in the group. |
Factory | Returns a factory object used to create condition set components. |
Item | Returns an element by name or at a specified position. |