Public Shared Function ClearTopologyAsync( _ ByVal map As Map _ ) As Task(Of TopologyProperties)
public static Task<TopologyProperties> ClearTopologyAsync( Map map )
Parameters
- map
- The map to clear the topology.
Public Shared Function ClearTopologyAsync( _ ByVal map As Map _ ) As Task(Of TopologyProperties)
public static Task<TopologyProperties> ClearTopologyAsync( Map map )
// 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)