TimephasedDataCollection

TimephasedDataCollection class

Represents a collection of TimephasedData objects.

Methods

NameDescription
AddAdds TimephasedData instance to this collection object.
AddRangeAdds a collection of TimephasedData instances to this collection object.
ClearRemoves all items from the TimephasedDataCollection .
ContainsDetermines whether the TimephasedDataCollection contains a specific value.
CopyToCopies the elements of the TimephasedDataCollection to an System::Array , starting at a particular System::Array index.
get_CountGets the number of objects contained in this TimephasedDataCollection object.
get_IsReadOnlyGets a value indicating whether the System::Collections::Generic::ICollection is read-only.
GetEnumeratorReturns an enumerator for this collection.
idx_getReturns the element at the specified index. The set accessor is not supported. property to set timephased data.
idx_setReturns the element at the specified index. The set accessor is not supported. property to set timephased data.
RemoveRemoves TimephasedData instance from this collection object.
SelectBetweenStartAndFinishSelects all time phases between startTime and finishTime . Has O(log n) complexity in average case.
ToListConverts the TimephasedDataCollection object to a list of TimephasedData objects.