Click or drag to resize

freeGraphGetLinks Method

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

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public freeGraphNodeAndLinks GetLinks(
	string nodeName,
	bool AtoB = true,
	bool BtoA = true,
	double nodeWeightFactor = 1,
	int nodeType = 0,
	bool skipCheck = true,
	bool initialWeightFromParent = true
)
Request Example View Source

Parameters

nodeName
Type: SystemString
Name of the node.
AtoB (Optional)
Type: SystemBoolean
if set to true [ato b].
BtoA (Optional)
Type: SystemBoolean
if set to true [bto a].
nodeWeightFactor (Optional)
Type: SystemDouble
The node weight factor.
nodeType (Optional)
Type: SystemInt32
Type of the node.
skipCheck (Optional)
Type: SystemBoolean
if set to true [skip check].
initialWeightFromParent (Optional)
Type: SystemBoolean
if set to true [initial weight from parent].

Return Value

Type: freeGraphNodeAndLinks
See Also