ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / UtilityNetwork Class / IsSystemTableSupported Method
The type of system table.
Version

    IsSystemTableSupported Method (UtilityNetwork)
    Gets a value indicating whether the system table specified by systemTableType is supported by the current UtilityNetworkDefinition.GetSchemaVersion.
    Syntax
    public bool IsSystemTableSupported( 
       SystemTableType systemTableType
    )

    Parameters

    systemTableType
    The type of system table.

    Return Value

    true if this utility network supports systemTableType; otherwise, false.
    Remarks
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also