ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / MinimumStartingLocations Enumeration

In This Topic
    MinimumStartingLocations Enumeration
    In This Topic
    Indicates the number of minimum starting locations for a named trace configuration.
    Syntax
    public enum MinimumStartingLocations : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum MinimumStartingLocations 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Many Many starting points.
    None No starting point.
    One One starting point.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Data.UtilityNetwork.Trace.MinimumStartingLocations

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also