Click or drag to resize

freeGraphLinkRegistryGetLinkedNodesBase Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public List<freeGraphNodeBase> GetLinkedNodesBase(
	string nodeName,
	bool BtoA = false,
	int distanceCorrection = 0,
	bool cloneAndAdjustWeight = true
)
Request Example View Source

Parameters

nodeName
Type: SystemString
BtoA (Optional)
Type: SystemBoolean
distanceCorrection (Optional)
Type: SystemInt32
cloneAndAdjustWeight (Optional)
Type: SystemBoolean

Return Value

Type: ListfreeGraphNodeBase
See Also