ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / ValidationType Enumeration

In This Topic
    ValidationType Enumeration
    In This Topic
    Specifies the type of validation performed when validating a utility network.
    Syntax
    Members
    MemberDescription
    ForceRebuild Ignores dirty areas and rebuilds the network topology for everything in the given extent. It should be used when a repair validate fails.
    Normal Normal. Validates the utility network topology within the provided extent.
    Repair Uses the extent of the dirty areas in the given extent to build the network topology. It should be used when a normal validate fails.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Data.UtilityNetwork.ValidationType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also