UndoableKeyedCollection TKey, TNode  Remove Method (TKey) TIBCO Spotfire 6.0 API Reference
Removes the element with the specified key, returning true if this instance contained an element with the specified key prior to the removal.

Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public bool Remove(
	TKey key
)

Parameters

key
Type: TKey
The key of the element to remove.

Return Value

Type: Boolean
true if this instance contained an element that has just been removed; otherwise false. If this instance did not contain an element with the specified key, false is returned.
See Also