Add child node (called if this node is the root, child node is start of binary subtree)
Namespace:
FlowMapAssembly: FlowMap (in FlowMap.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub AddChildNode ( _ _childNode As Node _ ) |
C# |
---|
public void AddChildNode( Node _childNode ) |
Visual C++ |
---|
public: void AddChildNode( Node^ _childNode ) |
JavaScript |
---|
function addChildNode(_childNode); |
Parameters
- _childNode
- Type: FlowMap..::.Node
Child node