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

In This Topic
    NetworkSource Class
    In This Topic
    Represents a network source in a utility network.
    Object Model
    NetworkSource ClassAssetGroup Class
    Syntax
    public sealed class NetworkSource : ArcGIS.Core.CoreObjectsBase, System.IDisposable  
    Public NotInheritable Class NetworkSource 
       Inherits ArcGIS.Core.CoreObjectsBase
       Implements System.IDisposable 
    Remarks
    • One source of information in a utility network are the tables that make it up
      • Structure feature classes: StructureLine, StructurePoint, and StructureBoundary
      • Domain network feature classes: Device, Line, Junction, Assembly, and SubnetLine
    • Another source of information is the set of associations that have been created
    • The final source of information are the system junctions that are automatically generated where needed
    Network sources should not be confused with subnetwork source, which is a source of resources (e.g., electricity or water). Instances of Source objects can be obtained from UtilityNetworkDefinition and DomainNetwork objects.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.CoreObjectsBase
          ArcGIS.Core.Data.UtilityNetwork.NetworkSource

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also