Click or drag to resize

imbTreeQuerycompressNodes Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Compresses the nodes.

Namespace:  imbSCI.DataComplex.tree
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static void compressNodes(
	this imbTreeNodeBranch parentNode,
	int iterationLimit = 10000
)
Request Example View Source

Parameters

parentNode
Type: imbSCI.DataComplex.treeimbTreeNodeBranch
The parent node.
iterationLimit (Optional)
Type: SystemInt32
The iteration limit.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type imbTreeNodeBranch. 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