CanSetActiveTopology(Map,TopologyProperties) Method
Gets if the active topology can be set. Topologies are only supprted for 2D non-stereo maps.
Set the current topology by topologyProperties
if (map.CanSetActiveTopology(gdbTopoProperties))
{
await map.SetActiveTopologyAsync(gdbTopoProperties);
}
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3.1 or higher.