ControlExpressionUnitsFindExprUnits Method

Find all unit related sensors and ts functions of the expr

For TsFileLookup, a new TimeSeriesInfo class is created and added to the TsInfos list

Definition

Namespace: DHI.Mike1D.ControlModule
Assembly: DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public bool FindExprUnits(
	ITypedExpression expr
)

Parameters

expr  ITypedExpression

[Missing <param name="expr"/> documentation for "M:DHI.Mike1D.ControlModule.ControlExpressionUnits.FindExprUnits(DHI.Math.Expression.ITypedExpression)"]

Return Value

Boolean

[Missing <returns> documentation for "M:DHI.Mike1D.ControlModule.ControlExpressionUnits.FindExprUnits(DHI.Math.Expression.ITypedExpression)"]

See Also