Click or drag to resize

graphNodeItem Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the IGraphNode with the specified key.

Namespace:  imbSCI.Data.collection.graph
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public override IGraphNode this[
	string key
] { get; set; }
Request Example View Source

Parameters

key
Type: SystemString
The key.

Property Value

Type: IGraphNode
The IGraphNode.

Return Value

Type: IGraphNode

Implements

IGraphNodeItemString
See Also