ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / Tier Class / IsDisjointSubnetworkSupported Property

In This Topic
    IsDisjointSubnetworkSupported Property
    In This Topic
    Gets a value indicating whether disjoint subnetworks are supported in this tier.
    Syntax
    public bool IsDisjointSubnetworkSupported {get;}
    Public ReadOnly Property IsDisjointSubnetworkSupported As Boolean
    Remarks
    A disjoint subnetwork contains at least one subnetwork controller that is untraversable from its other subnetwork controllers. If disjoint subnetworks exist and are not supported, calling Update will result in an error.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also