Example #1
0
        private void btn_ok_Click(object sender, EventArgs e)
        {
            IActiveView map_trans = map as IActiveView;

            MapAnalysis.SelectMapFeaturesByAttributeQuery(map_trans, feaLyr, textbox_sql.Text);
        }