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

In This Topic
    ValidSubnetworkControllers Property
    In This Topic
    Gets a list of valid AssetType values for device subnetwork controllers within this tier.
    Syntax
    public IReadOnlyList<AssetType> ValidSubnetworkControllers {get;}
    Public ReadOnly Property ValidSubnetworkControllers As IReadOnlyList(Of AssetType)
    Remarks
    This list will always be a subset of the list returned by ValidDevices.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also