Click or drag to resize

IDoubleTimeGetSet Interface

A Value GetSet can be called any time to get/set the value of the source. It will often just be wrapping a DDoubleTimeGetter and a DDoubleTimeSetter

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 IDoubleTimeGetSet : IDoubleTimeGetter, 
	IDoubleTimeSetter

The IDoubleTimeGetSet type exposes the following members.

Methods
  NameDescription
Public methodGetValue
Get the current value
(Inherited from IDoubleTimeGetter.)
Public methodSetValue
Set the current value
(Inherited from IDoubleTimeSetter.)
Top
See Also