public static Task<TopologyProperties> ClearTopologyAsync( Map map )
Public Shared Function ClearTopologyAsync( _ ByVal map As Map _ ) As Task(Of TopologyProperties)
Parameters
- map
- The map to clear the topology.
public static Task<TopologyProperties> ClearTopologyAsync( Map map )
Public Shared Function ClearTopologyAsync( _ ByVal map As Map _ ) As Task(Of TopologyProperties)
if (map.CanClearTopology()) { //Clears the topology of the map - no topology await map.ClearTopologyAsync(); }
Target Platforms: Windows 11, Windows 10