ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / Tier Class / HasUpdateSubnetworkPolicy Method
The type of associated feature.

In This Topic
    HasUpdateSubnetworkPolicy Method
    In This Topic
    Describes how update subnetwork promulgates subnetwork names to associated features.
    Syntax
    public bool HasUpdateSubnetworkPolicy( 
       UpdateSubnetworkPolicy policy
    )
    Public Function HasUpdateSubnetworkPolicy( _
       ByVal policy As UpdateSubnetworkPolicy _
    ) As Boolean

    Parameters

    policy
    The type of associated feature.

    Return Value

    Whether subnetwork names are promuglated to the specified type of associated features.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also