ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / ValidationResult Class / GetDiscoveredSubnetworks Method

In This Topic
    GetDiscoveredSubnetworks Method
    In This Topic
    Gets the discovered subnetworks during the UtilityNetwork.ValidateNetworkTopology operation.
    Syntax
    public IReadOnlyList<Subnetwork> GetDiscoveredSubnetworks()
    Public Function GetDiscoveredSubnetworks() As IReadOnlyList(Of Subnetwork)

    Return Value

    The discovered subnetworks when calling validate on the utility network.
    Exceptions
    ExceptionDescription
    This utility network does not support the capability to return the discovered subnetworks when calling validate on the utility network.
    Remarks
    If IsDiscoveredSubnetworksSupported returns false, calling this method will result in an exception.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also