Click or drag to resize

freeGraphCountLinks Method (String, Boolean, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Counts the links involving the specified nodeName

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public int CountLinks(
	string nodeName,
	bool AtoB = true,
	bool BtoA = 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].

Return Value

Type: Int32
See Also