ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / ReconstructParcelsFromSeeds(ParcelLayer,Envelope,IEnumerable<MapMember>) Method
The parcel layer to reconstruct parcel seeds for the specified extent.
Envelope representing the extent of parcel seeds to reconstruct.
Layers that the editor listens to for database changes. This allows edit operations like SelectNewFeatures, SelectModifiedFeatures to act on feature changes.

In This Topic
    ReconstructParcelsFromSeeds(ParcelLayer,Envelope,IEnumerable<MapMember>) Method
    In This Topic
    Reconstruct all parcel seeds within the given extent of the parcel layer.
    Syntax
    Public Function ReconstructParcelsFromSeeds( _
       ByVal parcelLayer As ParcelLayer, _
       ByVal extent As Envelope, _
       Optional ByVal layers As IEnumerable(Of MapMember) _
    ) As ParcelEditToken

    Parameters

    parcelLayer
    The parcel layer to reconstruct parcel seeds for the specified extent.
    extent
    Envelope representing the extent of parcel seeds to reconstruct.
    layers
    Layers that the editor listens to for database changes. This allows edit operations like SelectNewFeatures, SelectModifiedFeatures to act on feature changes.
    Exceptions
    ExceptionDescription
    ParcelLayer and extent cannot be null.
    Insufficient license. This method requires a standard license.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also