SetMapTopologyAsync Method
Sets the active topology to the map topolgoy.
Set Map Topology as the current topology
if (map.CanSetMapTopology())
{
//Set the topology of the map as map topology
mapTopoProperties = await map.SetMapTopologyAsync() as MapTopologyProperties;
}
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3.1 or higher.