CalculationSettings GetColumnDependencies Method TIBCO Spotfire 6.0 API Reference
Get the column dependencies identified by a given CalculationDependencyIdentifier

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

protected DataColumnCalculationDependencyCollection GetColumnDependencies(
	CalculationDependencyIdentifier id
)

Return Value

Type: DataColumnCalculationDependencyCollection
The DataColumnCalculationDependencyCollection that holds the columns registered with id, null if none can be found.
See Also