ArcGIS Pro 3.7 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 ReadOnly Property ValidSubnetworkControllers As IReadOnlyList(Of AssetType)
    public IReadOnlyList<AssetType> ValidSubnetworkControllers {get;}
    Remarks
    This list will always be a subset of the list returned by ValidDevices.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also