AcMapMbTileSet::AddTiles Method

Land Desktop Development ARX CPP SDK

AcMapMbTileSet:: AddTiles Method
 

Sets the new tiles into the tile set.

virtual Acad::ErrorStatus AddTiles(
    AcMapTreeNode* pTree, 
    EMbTreeType treeType
);
Parameters 
Description 
pTree 
Input tree of tiles and nodes. The structure of this tree is based on the tree nodes, children, and siblings described above.  
treeType 
Input type of tree of tiles and nodes. A kSequential or kAlpha tree should be flat, while a kRowCol or kColRow tree should be a grid with depth 2. kCustom tree may have a more complex tree structure. A kRowCol tree may be viewed as kColRow and vice versa All trees may be viewed as sequential with some ordering. kCustom trees may not be viewed as kRowCol or kColRow, but may be viewed as sequential. A breadth first search order is assumed.  
Returns

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

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