public static Task<ParcelEdgeCollection> GetSequencedParcelEdgeInfoAsync( ParcelLayer parcelLayer, Layer parcelTypePolygonLayer, long oid, MapPoint startPointHint, ParcelLineToEdgeRelationship edgeRelationshipFilter )
Public Overloads Shared Function GetSequencedParcelEdgeInfoAsync( _ ByVal parcelLayer As ParcelLayer, _ ByVal parcelTypePolygonLayer As Layer, _ ByVal oid As Long, _ ByVal startPointHint As MapPoint, _ Optional ByVal edgeRelationshipFilter As ParcelLineToEdgeRelationship _ ) As Task(Of ParcelEdgeCollection)
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
A Task to the ArcGIS.Desktop.Editing.ParcelEdgeCollection.