Click or drag to resize

ISensor Interface

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

The ISensor type exposes the following members.

Properties
  NameDescription
Public propertyId
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