public static bool CanSetMapTopology( Map map )
Public Shared Function CanSetMapTopology( _ ByVal map As Map _ ) As Boolean
if (map.CanSetMapTopology()) { //Set the topology of the map as map topology mapTopoProperties = await map.SetMapTopologyAsync() as MapTopologyProperties; }
Target Platforms: Windows 11, Windows 10
MappingExtensions Class MappingExtensions Members