Click or drag to resize

freeGraphAddLink Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public freeGraphLinkBase AddLink(
	string nodeNameA,
	string nodeNameB,
	double weight = 1,
	int type = 0
)
Request Example View Source

Parameters

nodeNameA
Type: SystemString
nodeNameB
Type: SystemString
weight (Optional)
Type: SystemDouble
type (Optional)
Type: SystemInt32

Return Value

Type: freeGraphLinkBase
See Also