Parameters
- map
- The map to clear the topology.
// Removes the current topology from the specified map asynchronously, setting it to have no topology. if (activeMap.CanClearTopology()) { //Clears the topology of the map - no topology await activeMap.ClearTopologyAsync(); }
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)