IExpressionValet ParameterEditValue Method µStrata MathDaemon™ WCF
Assign new value to specified parameter

Namespace: uStrata.MathDaemon.Wcf.Contracts
Assembly: uStrata.MathDaemon.Wcf.Contracts.Expression (in uStrata.MathDaemon.Wcf.Contracts.Expression.dll) Version: 1.1.5779.28282
Syntax

MathDaemonResponse<Object> ParameterEditValue(
	Guid instanceId,
	Guid sessionId,
	string name,
	double value
)

Parameters

instanceId
Type: System Guid
Instance identifier
sessionId
Type: System Guid
Session identifier
name
Type: System String
Parameter name
value
Type: System Double
Value to assign

Return Value

Type: MathDaemonResponse Object 
MathDaemonResponse object
See Also