Beispiel #1
0
 private void buttonXOK_Click(object sender, EventArgs e)
 {
     if (m_pTinEdit != null && m_pTinNode != null)
     {
         m_pTinEdit.SetNodeZ(m_pTinNode.Index, dHeight);
     }
     if (m_pMapCtr != null)
     {
         m_pMapCtr.ActiveView.PartialRefresh(ESRI.ArcGIS.Carto.esriViewDrawPhase.esriViewGeography, null, null);
     }
     if (pMovePtFeedBack != null)
     {
         IPoint pt = new PointClass();
         pMovePtFeedBack.Start(pt, pt);
     }
     setBttonEnable(false);
 }