IExpressionValet EditEstimate Method µStrata MathDaemon™ WCF
Edit Estimate value

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> EditEstimate(
	Guid instanceId,
	Guid sessionId,
	double estimate
)

Parameters

instanceId
Type: System Guid
Instance identifier
sessionId
Type: System Guid
Session identifier
estimate
Type: System Double
New precision value

Return Value

Type: MathDaemonResponse Object 
MathDaemonResponse object
See Also