Click or drag to resize

ControlUserFunctionFactoryTryCreateUserFunction Method

Main method, creating the control user functions

Namespace:  DHI.Mike1D.ControlModule
Assembly:  DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public IUserFunction TryCreateUserFunction(
	string name,
	IList<ITypedExpression> arguments,
	out IList<string> errors
)

Parameters

name
Type: SystemString

[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
Type: System.Collections.GenericIListITypedExpression

[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
Type: System.Collections.GenericIListString

[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

Type: 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