Quantcast
Channel: MicroStation Programming - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 1677

Re: ListRow Question

$
0
0

Try mdlListModel_removeRowAtIndex instead, in a reverse loop.

   int rowCount =  mdlListModel_getRowCount (listP);

   for (int rowIndex = rowCount-1; rowIndex >= 0; rowIndex--)

       {

       mdlListModel_removeRowAtIndex (listP, rowIndex, TRUE);

       }


Viewing all articles
Browse latest Browse all 1677

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>