protected override void OnClick()
 {
     IMxDocument mxDoc = ArcMap.Document;
     IMap map = mxDoc.FocusMap;
     esriUtil.Forms.Stats.frmSummarizeByField frm = new esriUtil.Forms.Stats.frmSummarizeByField(map);
     frm.Show();
 }
Example #2
0
        protected override void OnClick()
        {
            IMxDocument mxDoc = ArcMap.Document;
            IMap        map   = mxDoc.FocusMap;

            esriUtil.Forms.Stats.frmSummarizeByField frm = new esriUtil.Forms.Stats.frmSummarizeByField(map);
            frm.Show();
        }