Click or drag to resize

freeGraphContainsLink Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public bool ContainsLink(
	string nodeNameA,
	string nodeNameB,
	bool includeBtoALinks = false
)
Request Example View Source

Parameters

nodeNameA
Type: SystemString
nodeNameB
Type: SystemString
includeBtoALinks (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
See Also