ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ParcelFabricExtensions Class / GetSequencedParcelEdgeInfoAsync Method / GetSequencedParcelEdgeInfoAsync(ParcelLayer,Layer,Int64,MapPoint,ParcelLineToEdgeRelationship) Method
The parcel layer.
The layer of the parcel type.
The object Id of the parcel polygon feature that is used to get parcel edge lines of the same type.
The map point coordinate location to the nearest edge’s end to start a clockwise search trace.
The line-to-edge relationships used to filter the results to get lines only with those edge relationships specified in the enumeration.

In This Topic
    GetSequencedParcelEdgeInfoAsync(ParcelLayer,Layer,Int64,MapPoint,ParcelLineToEdgeRelationship) Method
    In This Topic
    Gets a clockwise ordered sequence of parcel edges, and their lines, in the same parcel type as the input parcel, and filtering the result by specifying the desired line-to-edge relationships.
    Syntax

    Parameters

    parcelLayer
    The parcel layer.
    parcelTypePolygonLayer
    The layer of the parcel type.
    oid
    The object Id of the parcel polygon feature that is used to get parcel edge lines of the same type.
    startPointHint
    The map point coordinate location to the nearest edge’s end to start a clockwise search trace.
    edgeRelationshipFilter
    The line-to-edge relationships used to filter the results to get lines only with those edge relationships specified in the enumeration.

    Return Value

    Exceptions
    ExceptionDescription
    Insufficient license. This method requires a standard license.
    parcelLayer cannot be null.
    parcelTypePolygonLayer cannot be null.
    oid cannot be negative.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also