DataItemTimeSingleProxySource Methods |
The DataItemTimeSingleProxySource type exposes the following members.
Name | Description | |
---|---|---|
Clear |
Clear data item for time dependent data
(Inherited from DataItem.) | |
CreateDataArray |
The property exposes the contained data as a two dimensional array. The array
is [number of time steps, number of points].
The array is constructed every time called as a copy of Data, and not updated
if the underlying Data is updated.
(Inherited from DataItem.) | |
CreateTimeSeriesData |
Create an array of values for a given point with the given index,
each element in the array corresponding the a given time.
(Inherited from DataItem.)Values are returned for the point at Chainages[pointIndex]. The result is an array having NumberOfTimeSteps elements. The array is constructed every time called as a copy of the data in the data item. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue |
Returns the value for the element at the given element index and
time index. Short-cut for GetValue(Int32, Int32) (Inherited from DataItem.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Update(DateTime) |
Update the TimeData with a new set of time step values
(Overrides DataItemUpdate(DateTime).) | |
Update(DateTime, Int32) |
Update the TimeData with a new set of time step values
(Inherited from DataItem.) |