ControlUserFunctionFactoryTryCreateUserFunction Method

Main method, creating the control user functions

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 IUserFunction TryCreateUserFunction(
	string name,
	IList<ITypedExpression> arguments,
	out IList<string> errors
)

Parameters

name  String

[Missing <param name="name"/> documentation for "M:DHI.Mike1D.ControlModule.ControlUserFunctionFactory.TryCreateUserFunction(System.String,System.Collections.Generic.IList{DHI.Math.Expression.ITypedExpression},System.Collections.Generic.IList{System.String}@)"]

arguments  IListITypedExpression

[Missing <param name="arguments"/> documentation for "M:DHI.Mike1D.ControlModule.ControlUserFunctionFactory.TryCreateUserFunction(System.String,System.Collections.Generic.IList{DHI.Math.Expression.ITypedExpression},System.Collections.Generic.IList{System.String}@)"]

errors  IListString

[Missing <param name="errors"/> documentation for "M:DHI.Mike1D.ControlModule.ControlUserFunctionFactory.TryCreateUserFunction(System.String,System.Collections.Generic.IList{DHI.Math.Expression.ITypedExpression},System.Collections.Generic.IList{System.String}@)"]

Return Value

IUserFunction

[Missing <returns> documentation for "M:DHI.Mike1D.ControlModule.ControlUserFunctionFactory.TryCreateUserFunction(System.String,System.Collections.Generic.IList{DHI.Math.Expression.ITypedExpression},System.Collections.Generic.IList{System.String}@)"]

Implements

IUserFunctionFactory.TryCreateUserFunction(String, IListITypedExpression, IListString)

See Also