Click or drag to resize

ISensor Interface

A sensor retrieves a value from the simulation and acts as a variable in the control expressions.

This interface should never be implemented directly, but always through the ISensorT interface.

Namespace:  DHI.Mike1D.ControlModule
Assembly:  DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface ISensor : IVariable, 
	ITypedExpression, IExpressionAcceptor

The ISensor type exposes the following members.

Properties
  NameDescription
Public propertyId
Unique id
Public propertyName (Inherited from IVariable.)
Public propertyResultType (Inherited from ITypedExpression.)
Public propertyValue (Inherited from IVariable.)
Top
Methods
  NameDescription
Public methodAccept``1 (Inherited from IExpressionAcceptor.)
Public methodEvaluate (Inherited from ITypedExpression.)
Top
See Also