ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / UtilityNetwork Class / GetSystemTable Method
The system table to open.

In This Topic
    GetSystemTable Method (UtilityNetwork)
    In This Topic
    Opens the specified utility network system table.
    Syntax
    public Table GetSystemTable( 
       SystemTableType systemTableType
    )
    Public Function GetSystemTable( _
       ByVal systemTableType As SystemTableType _
    ) As Table

    Parameters

    systemTableType
    The system table to open.

    Return Value

    A ArcGIS.Core.Data.Table object for the specified system table.
    Exceptions
    ExceptionDescription
    This utility network does not support systemTableType.
    systemTableType is invalid.
    A geodatabase-related exception has occurred.
    Remarks
    If IsSystemTableSupported returns false, calling this method will result in an exception.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also