 | RelationshipsTNodeA, TNodeBGetAllLinked Method (TNodeB) |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets all nodes A linked to specified node B
Namespace:
imbNLP.Toolkit.Core
Assembly:
imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntaxpublic 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