AcMapMbTileSet::AcMapTreeNode::AddSibling Method

Land Desktop Development ARX CPP SDK

AcMapMbTileSet:: AcMapTreeNode:: AddSibling Method
 

Sets a sibling for this node.

virtual Acad::ErrorStatus AddSibling(
    AcMapTreeNode * pSibling, 
    bool bAtEnd = false
) = 0;
Parameters 
Description 
pSibling 
Input sibling.  
bAtEnd 
Input indicating where to put the added sibling. If true, then put the sibling at the end of the chain of siblings, if false, then insert the node as the first sibling in the chain.  
Returns

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

Remarks

If the node already has a sibling, then this node is inserted into the sibling chain.

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].