Click or drag to resize

linknodeToolsbuildNode Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Processes the path, builds nodes if missing and adds scores to existing elements. Supplied meta object is attached to the last node

Namespace:  imbSCI.DataComplex.linknode
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static linknodeElement buildNode(
	this linknodeElement root,
	string path,
	Object meta,
	int score = 1
)
Request Example View Source

Parameters

root
Type: imbSCI.DataComplex.linknodelinknodeElement
The root.
path
Type: SystemString
The path.
meta
Type: SystemObject
The meta.
score (Optional)
Type: SystemInt32
The score.

Return Value

Type: linknodeElement

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type linknodeElement. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also