ArcGIS Pro How to remove standalone table from contents
Posted gisoracle
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ArcGIS Pro How to remove standalone table from contents相关的知识,希望对你有一定的参考价值。
try
{
var mapView = MapView.Active;
if (mapView != null)
{
var map = mapView.Map;
if (map != null)
{
foreach (StandaloneTable table in map.StandaloneTables)
{
if (table.Name.Contains("K Factors"))
QueuedTask.Run(()=>
{
map.RemoveStandaloneTable(table);
}
}
}
}
}
catch (Exception ex)
{
}
以上是关于ArcGIS Pro How to remove standalone table from contents的主要内容,如果未能解决你的问题,请参考以下文章
How to Remove Table Partitioning in SQL Server
How to remove popup on boot on Windows 2003
how to activate XMind8 to pro version.