TimephasedDataCollection
Contents
[
Hide
]TimephasedDataCollection class
Represents a collection of TimephasedData objects.
Methods
| Name | Description |
|---|---|
| Add | Adds TimephasedData instance to this collection object. |
| AddRange | Adds a collection of TimephasedData instances to this collection object. |
| Clear | Removes all items from the TimephasedDataCollection . |
| Contains | Determines whether the TimephasedDataCollection contains a specific value. |
| CopyTo | Copies the elements of the TimephasedDataCollection to an System::Array , starting at a particular System::Array index. |
| get_Count | Gets the number of objects contained in this TimephasedDataCollection object. |
| get_IsReadOnly | Gets a value indicating whether the System::Collections::Generic::ICollection |
| GetEnumerator | Returns an enumerator for this collection. |
| idx_get | Returns the element at the specified index. The set accessor is not supported. property to set timephased data. |
| idx_set | Returns the element at the specified index. The set accessor is not supported. property to set timephased data. |
| Remove | Removes TimephasedData instance from this collection object. |
| SelectBetweenStartAndFinish | Selects all time phases between startTime and finishTime . Has O(log n) complexity in average case. |
| ToList | Converts the TimephasedDataCollection object to a list of TimephasedData objects. |