Hello,
I am attempting to remove some tables so that they can be used with an external python script in a Pro tool.
I am using the function:
MapView.Active.Map.RemoveStandaloneTables(removalStandAloneTables);
The tables get removed from the map, however the locks persist. When I manually remove them by right clicking, the locks go away. How can I remove these locks?
Thanks