Click or drag to resize

IDoubleGetSet Interface

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

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IDoubleGetSet : IDoubleGetter, 
	IDoubleSetter

The IDoubleGetSet type exposes the following members.

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