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

In This Topic
    SystemTableType Enumeration
    In This Topic
    Specifies a utility network system table.
    Syntax
    Members
    MemberDescription
    Associations The Associations system table.
    DirtyAreas The DirtyAreas system table.
    LineErrors The LineErrors system table.
    PointErrors The PointErrors system table.
    PolygonErrors The PolygonErrors system table.
    Subnetworks The Subnetworks system table.
    Remarks
    Starting at UtilityNetworkDefinition.GetSchemaVersion4 or greater, the PointErrors, LineErrors and PolygonErrors system tables are no longer supported.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also