FittingModel Update Method TIBCO Spotfire 6.0 API Reference
Forces an update of this fitting model. Only allowed if ManualUpdate is set to true.

Namespace: Spotfire.Dxp.Application.Visuals.FittingModels
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public void Update()
Exceptions

ExceptionCondition
System InvalidOperationException Thrown if ManualUpdate is set to false.
Spotfire.Dxp.Framework.ApplicationModel CanceledException Thrown if the update is canceled by the user.
See Also