Click or drag to resize

freeGraphLinkRegistryGetLinks 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<freeGraphLinkBase> GetLinks(
	string nodeName,
	bool AtoB = true,
	bool BtoA = true
)
Request Example View Source

Parameters

nodeName
Type: SystemString
AtoB (Optional)
Type: SystemBoolean
BtoA (Optional)
Type: SystemBoolean

Return Value

Type: ListfreeGraphLinkBase
See Also