Click or drag to resize

RelationshipsTNodeA, TNodeBGetAllLinked Method (TNodeB)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets all nodes A linked to specified node B

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

Parameters

nodeB
Type: TNodeB
The node b.

Return Value

Type: ListTNodeA

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

See Also