IExpressionValet Edit Method µStrata MathDaemon™ WCF
Edit AngleMode and 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> Edit(
	Guid instanceId,
	Guid sessionId,
	Angle angleMode,
	double estimate
)

Parameters

instanceId
Type: System Guid
Instance identifier
sessionId
Type: System Guid
Session identifier
angleMode
Type: uStrata.MathDaemon.Wcf.Contracts.Types Angle
New AngleMode value
estimate
Type: System Double
New precision value

Return Value

Type: MathDaemonResponse Object 
MathDaemonResponse object
See Also