ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Parcels Namespace / ParcelFabric Class / IsSystemTableSupported Method
The type of system table.

In This Topic
    IsSystemTableSupported Method (ParcelFabric)
    In This Topic
    Gets a value indicating whether the system table specified by systemTableType is supported by the current ParcelFabricDefinition.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 parcel fabric supports systemTableType; otherwise, false.
    Remarks
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also