Click or drag to resize

IDoubleTimeVectorGetSet Interface

A Vector GetSet can be called any time to get/set the value of the source. It will often just be wrapping a list of IDoubleGetSet'ers

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public interface IDoubleTimeVectorGetSet : IDoubleTimeVectorGetter, 
	IDoubleTimeVectorSetter

The IDoubleTimeVectorGetSet type exposes the following members.

Methods
  NameDescription
Public methodGetValues(DateTime)
Get the current values. A new array will be returned every time
(Inherited from IDoubleTimeVectorGetter.)
Public methodGetValues(DateTime, Double)
Get the current values.
(Inherited from IDoubleTimeVectorGetter.)
Public methodSetValues
Set the current values
(Inherited from IDoubleTimeVectorSetter.)
Top
See Also