ParcelFabricType Enumeration
The Parcel Fabric model type as defined by the era of ArcGIS software that supports it.
Check if layer is controlled by parcel fabric
{
var layer = activeMap.GetLayersAsFlattenedList().OfType<FeatureLayer>().FirstOrDefault(l => l.Name == "Records");
bool isProFabric = await layer.IsControlledByParcelFabricAsync(ParcelFabricType.ParcelFabric);
bool isArcMapFabric = await layer.IsControlledByParcelFabricAsync(ParcelFabricType.ParcelFabricForArcMap);
}
System.Object
System.ValueType
System.Enum
ArcGIS.Desktop.Mapping.ParcelFabricType
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)
ArcGIS Pro version: 3.0 or higher.