Ejemplo n.º 1
0
        //打开属性表
        private void ctMenuTFProperties_Click(object sender, EventArgs e)
        {
            frmAttributeTable fmAttriTable = new frmAttributeTable(layer as IFeatureLayer, axMapControl1);

            fmAttriTable.ShowDialog();
        }
Ejemplo n.º 2
0
 //打开属性表
 private void ctMenuTFProperties_Click(object sender, EventArgs e)
 {
     frmAttributeTable fmAttriTable = new frmAttributeTable(layer as IFeatureLayer, axMapControl1);
     fmAttriTable.ShowDialog();
 }