public enum ParcelFabricType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum ParcelFabricType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum ParcelFabricType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum ParcelFabricType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
ParcelFabric | Parcel fabric for ArcGIS Pro |
ParcelFabricForArcMap | Parcel fabric for ArcMap. |
var layer = map.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, Windows 10