Click or drag to resize

freeGraphGetLinkedNodes Method (String, Boolean, freeGraphQueryResult)

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

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public freeGraphQueryResult GetLinkedNodes(
	string centralNodeName,
	bool includeBtoALinks = false,
	freeGraphQueryResult output = null
)
Request Example View Source

Parameters

centralNodeName
Type: SystemString
Name of the central node.
includeBtoALinks (Optional)
Type: SystemBoolean
if set to true [include bto a links].
output (Optional)
Type: imbSCI.Graph.FreeGraphfreeGraphQueryResult

Return Value

Type: freeGraphQueryResult
See Also