ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / SetParcelHistoryRetired Method / SetParcelHistoryRetired(ParcelLayer,SelectionSet,Guid) Method
The target parcel layer to update.
The source layers and feature OIDs of parcel features.
The global Id of the parcel record that will be used to retire the parcel features.
Version

    SetParcelHistoryRetired(ParcelLayer,SelectionSet,Guid) Method
    Set the history of the selected parcel features to retire.
    Syntax

    Parameters

    parcelLayer
    The target parcel layer to update.
    sourceFeatures
    The source layers and feature OIDs of parcel features.
    recordGuid
    The global Id of the parcel record that will be used to retire the parcel features.
    Exceptions
    ExceptionDescription
    ParcelLayer, sourceFeatures, recordGuid cannot be null.
    Insufficient license. This method requires a standard license.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also