IExpressionValet ExpressionEditFormula Method µStrata MathDaemon™ WCF
Change expression formula by its name

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> ExpressionEditFormula(
	Guid instanceId,
	Guid sessionId,
	string name,
	string formula
)

Parameters

instanceId
Type: System Guid
Instance identifier
sessionId
Type: System Guid
Session identifier
name
Type: System String
Name of the expression
formula
Type: System String
Formula to assign

Return Value

Type: MathDaemonResponse Object 
MathDaemonResponse object
See Also