ArcGIS Pro 2.9 API Reference Guide
IsSystemTableSupported Method (ParcelFabric)

ArcGIS.Core.Data.Parcels Namespace > ParcelFabric Class : IsSystemTableSupported Method
The type of system table.
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
Before ParcelFabricDefinition.GetSchemaVersion 4 or less, SystemTableType.AdjustmentPoints, SystemTableType.AdjustmentLines and SystemTableType.AdjustmentVectors are not supported.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ParcelFabric Class
ParcelFabric Members