ArcGIS Pro 2.6 API Reference Guide
IsControlledByParcelFabric Method

ArcGIS.Desktop.Mapping Namespace > MappingExtensions Class : IsControlledByParcelFabric Method
The layer to check.
The controlling parcel fabric type being checked.
Checks whether the layer is controlled by a parcel fabric of the specified type.
Syntax
public static Task<bool> IsControlledByParcelFabric( 
   Layer layer,
   ParcelFabricType parcelFabricType
)
Public Shared Function IsControlledByParcelFabric( _
   ByVal layer As Layer, _
   ByVal parcelFabricType As ParcelFabricType _
) As Task(Of Boolean)

Parameters

layer
The layer to check.
parcelFabricType
The controlling parcel fabric type being checked.

Return Value

True if the layer is controlled by the specified parcel fabric type. Otherwise false.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MappingExtensions Class
MappingExtensions Members