ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ParcelFabricExtensions Class / GetSequencedParcelEdgeInfoAsync Method / GetSequencedParcelEdgeInfoAsync(ParcelLayer,Layer,Int64,MapPoint,SequencedEdgeParcelParams) 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.
Parameters that define tolerances and output filtering.

In This Topic
    GetSequencedParcelEdgeInfoAsync(ParcelLayer,Layer,Int64,MapPoint,SequencedEdgeParcelParams) 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.
    sequenceParams
    Parameters that define tolerances and output filtering.

    Return Value

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also