KpiCollectionRemove Method TIBCO Spotfire 7.9 API Reference
Removes the first occurrence of the specified item from the KPI collection.

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

C#
public bool Remove(
	KpiContent item
)

Parameters

item
Type: Spotfire.Dxp.Application.VisualsKpiContent
The item to remove.

Return Value

Type: Boolean
true if item was removed; otherwise, false. This method also returns false if item was not found.
Version Information

Supported in: 7.9, 7.8
See Also

Reference