Parameters
- map
- The map to set the topology.
// Sets the topology of the specified map as the current map topology asynchronously. if (activeMap.CanSetMapTopology()) { //Set the topology of the map as map topology var mapTopoProperties = await activeMap.SetMapTopologyAsync() as MapTopologyProperties; }
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)