Click or drag to resize

imbTreeQuerydetectTypes Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Pokrece detektovanje tipova

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

Parameters

parentNode
Type: imbSCI.DataComplex.treeimbTreeNodeBranch
depthLimit
Type: SystemInt32

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