ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / Terminal Class
Members

In This Topic
    Terminal Class
    In This Topic
    Represents a single terminal on a junction feature.
    Syntax
    public sealed class Terminal : System.IEquatable<Terminal>  
    Public NotInheritable Class Terminal 
       Implements System.IEquatable(Of Terminal) 
    Remarks
    Terminal objects can be obtained by calling TerminalConfiguration.Terminals.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Data.UtilityNetwork.Terminal

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also