Click or drag to resize

DirectedGraphGetLinked Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the linked.

Namespace:  imbSCI.Graph.DGML
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public List<Node> GetLinked(
	Node node,
	bool inverse = false
)
Request Example View Source

Parameters

node
Type: imbSCI.Graph.DGML.coreNode
The node.
inverse (Optional)
Type: SystemBoolean
if set to true [inverse].

Return Value

Type: ListNode
See Also