ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ParcelFabricExtensions Class / GetConnectionLinesLayerAsync Method
The parcel layer.

In This Topic
    GetConnectionLinesLayerAsync Method
    In This Topic
    Gets the connection lines layer for the given parcel layer.
    Syntax
    public static Task<List<FeatureLayer>> GetConnectionLinesLayerAsync( 
       ParcelLayer parcelLayer
    )
    Public Shared Function GetConnectionLinesLayerAsync( _
       ByVal parcelLayer As ParcelLayer _
    ) As Task(Of List(Of FeatureLayer))

    Parameters

    parcelLayer
    The parcel layer.

    Return Value

    A Task to the set of connection line layers.
    Exceptions
    ExceptionDescription
    Insufficient license. This method requires a standard license.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also