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.