Click or drag to resize

freeGraphAddNewNode Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds new node with nameProposal name or a modified version of the name - in order to have unique node name

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

Parameters

nameProposal
Type: SystemString
The name proposal.
weight (Optional)
Type: SystemDouble
The weight.
type (Optional)
Type: SystemInt32
The type.

Return Value

Type: freeGraphNodeBase
See Also