ITableWindow3 tableWindow3 = new TableWindowClass
                {
                    //Layer = layer_result,
                    Application = m_application,
                    FeatureLayer = layer_result,
                    ShowSelected = false,

//字段别名
                    ShowAliasNamesInColumnHeadings = true,

//设置属性表的选择动作,需引入ESRI.ArcGIS.GeoDatabaseUI 名称空间。
                    TableSelectionAction=esriTableSelectionActions.esriSelectFeatures
                };
                tableWindow3.Show(true);


https://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//002900000056000000

相关文章:

  • 2021-05-18
  • 2021-05-14
  • 2021-07-27
  • 2022-02-19
  • 2022-12-23
  • 2021-08-29
  • 2022-12-23
猜你喜欢
  • 2021-12-03
  • 2022-12-23
  • 2021-12-08
  • 2021-09-12
  • 2021-06-11
相关资源
相似解决方案