08 2014 档案

CListCtrl删除所有列
摘要:CListCtrl删除所有列: intint_itemcount=m_CListCtrl1.GetHeaderCtrl()->GetItemCount(); for(intnIndex=0;nIndex<int_itemcount;++nIndex) { m_CListCtrl1.Delet... 阅读全文

posted @ 2014-08-07 18:37 icyber 阅读(1047) 评论(0) 推荐(0)

IGeometryPolygon转为ILineElement
摘要:画一个面并得到缓冲区后的ipGeometryPolygon可以通过获取边界的方式转换为ipLineElement,代码如下: IGeometryPtripGeometryBoundry;ITopologicalOperatorPtripTopologicalOperator(ipGeometry... 阅读全文

posted @ 2014-08-07 18:36 icyber 阅读(186) 评论(0) 推荐(0)