Click or drag to resize

imbTree Constructor (String, IEnumerableString, imbTreeBuildingFlag)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the imbTree class

Namespace:  imbSCI.DataComplex.tree
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public imbTree(
	string rootName,
	IEnumerable<string> elements,
	imbTreeBuildingFlag _flags
)
Request Example View Source

Parameters

rootName
Type: SystemString
elements
Type: System.Collections.GenericIEnumerableString
_flags
Type: imbSCI.DataComplex.treeimbTreeBuildingFlag
See Also