ArcGIS Pro 2.9 API Reference Guide
GetSystemTable Method (UtilityNetwork)

ArcGIS.Core.Data.UtilityNetwork Namespace > UtilityNetwork Class : GetSystemTable Method
The system table to open.
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, Windows 8.1

See Also

Reference

UtilityNetwork Class
UtilityNetwork Members