Click or drag to resize

linknodeElementsetnode Method

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

Namespace:  imbSCI.DataComplex.linknode
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public void setnode(
	string __path,
	string __name,
	linknodeElement __parent,
	linknodeElement __root,
	int __level
)
Request Example View Source

Parameters

__path
Type: SystemString
The path.
__name
Type: SystemString
The name.
__parent
Type: imbSCI.DataComplex.linknodelinknodeElement
The parent.
__root
Type: imbSCI.DataComplex.linknodelinknodeElement
The root.
__level
Type: SystemInt32
The level.
See Also