Click or drag to resize

linknodeBuilderAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified path.

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

Parameters

path
Type: SystemString
The path.
metaObject
Type: SystemObject
The meta object.
score (Optional)
Type: SystemInt32

Return Value

Type: linknodeElement
See Also