IDependentAccumulator Bind Method TIBCO Spotfire 6.0 API Reference
When all the dependent values are calculated by the accumulators the results are sent to this method in the same order as specified in the GetDependencies(Int32) method.

Namespace: Spotfire.Dxp.Data.Computations
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

void Bind(
	int argumentIndex,
	DataValue[] accumulators
)

Parameters

argumentIndex
Type: System Int32
Index of the argument.
accumulators
Type:  Spotfire.Dxp.Data DataValue 
The resulting values from the accumulators.
See Also