Click or drag to resize

freeGraphAddNode Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds new node under nodeName or just returns if any existing

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

Parameters

nodeName
Type: SystemString
Name of the node.
weight (Optional)
Type: SystemDouble
The weight.
type (Optional)
Type: SystemInt32
The type.

Return Value

Type: freeGraphNodeBase
See Also