Click or drag to resize

RelationshipsTNodeA, TNodeBGetAllLinked Method (TNodeA)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Gets all linked.

Namespace:  imbNLP.Toolkit.Core
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public List<TNodeB> GetAllLinked(
	TNodeA nodeA
)

Parameters

nodeA
Type: TNodeA
The node a.

Return Value

Type: ListTNodeB

[Missing <returns> documentation for "M:imbNLP.Toolkit.Core.Relationships`2.GetAllLinked(`0)"]

See Also