ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Telecom Namespace / CircuitLocationTypeFilter Enumeration

In This Topic
    CircuitLocationTypeFilter Enumeration
    In This Topic
    Specifies the type of query to be performed on a circuit's location.
    Syntax
    Members
    MemberDescription
    All Query for circuits that start at, stop at, or pass through a location.
    NotApplicable The query does not involve a circuit location.
    Start Query for circuits that start at a specific location.
    Stop Query for circuits that stop at a specific location.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Data.UtilityNetwork.Telecom.CircuitLocationTypeFilter

    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also