摘要:
1 void CMaxDifferent::OnNMClickListInfo(NMHDR *pNMHDR, LRESULT *pResult) 2 { 3 LPNMITEMACTIVATE pNMItemActivate = reinterpret_cast<LPNMITEMACTIVATE>(pNMHDR); 4 for(int i=0; i<m_ctrListInfo.GetItemCount(); i++) 5 { 6 if(m_ctrListInfo.GetItemState(i, LVIS_SELECTED) == LVIS_SELECTED ) 7 { 8 // 阅读全文
摘要:
在地图上加两个图层如下:在Graphics 图层中添加一个多边行,但这时多边行没有设置Symbol属性Symbol="{StaticResource Symbol2}"<esri:Map Background="White"> <esri:ArcGISTiledMapServiceLayer ID="PhysicalTiledLayer" Url="http://services.arcgisonline.com/ArcGIS/rest/services/NGS_Topo_US_2D/MapServer&q 阅读全文