IDependentAccumulator GetDependencies Method TIBCO Spotfire 6.0 API Reference
A list of the names of all the accumulators (methods) that this accumulator is dependent on. The names are the same as the names of the aggregation methods that created the accumulators.

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

IList<string> GetDependencies(
	int argumentIndex
)

Parameters

argumentIndex
Type: System Int32
Index of the argument.

Return Value

Type: IList String 
A list of method names.
See Also