Click or drag to resize

DataItemVectorProxySource Methods

The Mike1DResultDataFactoryDataItemVectorProxySource type exposes the following members.

Methods
  NameDescription
Public methodClear
Clear data item for time dependent data
(Inherited from DataItem.)
Public methodCreateDataArray
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.)
Public methodCreateTimeSeriesData
Create an array of values for a given point with the given index, each element in the array corresponding the a given time.

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.

(Inherited from DataItem.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the value for the element at the given element index and time index. Short-cut for GetValue(Int32, Int32)
(Inherited from DataItem.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate(DateTime)
Update the TimeData with a new set of time step values
(Overrides DataItemUpdate(DateTime).)
Public methodUpdate(DateTime, Int32)
Update the TimeData with a new set of time step values
(Inherited from DataItem.)
Top
See Also