UndoableKeyedCollectionTKey, TNodeItem Property (TKey)

TIBCO Spotfire 11.4 API Reference
Gets the element with the specified key.

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

C#
public TNode this[
	TKey key
] { get; }

Parameters

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

Return Value

Type: TNode
The element with the specified key. If an element with the specified key is not found, an exception is thrown.
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference