AcMapMbTileSet::AcMapTreeNode::AddChild Method

Land Desktop Development ARX CPP SDK

AcMapMbTileSet:: AcMapTreeNode:: AddChild Method
 

Sets a child for this node.

virtual Acad::ErrorStatus AddChild(
    AcMapTreeNode * pChild, 
    bool bAtEnd = false
) = 0;
Parameters 
Description 
pChild 
Input tree node.  
bAtEnd 
Input indicating where to put the added child. If true, then put the child at the end of the chain of the child of this node. If false, then insert the node as the child of this node and make the current child the first sibling in the chain.  
Returns

Returns Acad::eOk if successful; otherwise, returns a different error code.

Remarks

If there is already an existing non null child for this node, then this function will place the node at the beginning or end of the chain of siblings of the child of this node.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].