Click or drag to resize

imbTreeQuerybreakToBlocks Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Pravi "flat" formu iz hijerarhije

Namespace:  imbSCI.DataComplex.tree
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static imbTreeNodeBlockCollection breakToBlocks(
	this imbTreeNodeBranch parentNode
)
Request Example View Source

Parameters

parentNode
Type: imbSCI.DataComplex.treeimbTreeNodeBranch

Return Value

Type: imbTreeNodeBlockCollection

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