UndoableKeyedCollectionTKey, TNodeRemove Method (TKey) TIBCO Spotfire 7.6 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: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
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.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference