ClearTopologyAsync Method
Clears the active topology. That is; sets the active topology to "No Topology".
Set 'No Tpology' as the current topology
if (map.CanClearTopology())
{
//Clears the topology of the map - no topology
await map.ClearTopologyAsync();
}
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3.1 or higher.