ArcGIS Pro 2.6 API Reference Guide
IsSystemTableSupported Method

ArcGIS.Core.Data.UtilityNetwork Namespace > UtilityNetwork Class : IsSystemTableSupported Method
The type of system table.
Gets a value indicating whether the system table specified by systemTableType is supported by the current UtilityNetworkDefinition.GetSchemaVersion.
Syntax
public bool IsSystemTableSupported( 
   SystemTableType systemTableType
)
Public Function IsSystemTableSupported( _
   ByVal systemTableType As SystemTableType _
) As Boolean

Parameters

systemTableType
The type of system table.

Return Value

true if this utility network supports systemTableType; otherwise, false.
Remarks
Starting at UtilityNetworkDefinition.GetSchemaVersion 4 or greater, SystemTableType.PointErrors, SystemTableType.LineErrors and SystemTableType.PolygonErrors are no longer supported.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

UtilityNetwork Class
UtilityNetwork Members