|
DataTreeStructuresetBranchCount Method
|
set the number of branches in the tree
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void setBranchCount(
int n
)
Public Sub setBranchCount (
n As Integer
)
public:
void setBranchCount(
int n
)
member setBranchCount :
n : int -> unit
Parameters
- n
- Type: SystemInt32
number of branches
See Also