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

In This Topic
    SetParcelHistoryRetired(ParcelLayer,SelectionSet,String) Method
    In This Topic
    Set the history of the selected parcel features to retire.
    Syntax
    Public Overloads Function SetParcelHistoryRetired( _
       ByVal parcelLayer As ParcelLayer, _
       ByVal sourceFeatures As SelectionSet, _
       ByVal recordName As String _
    ) As ParcelEditToken

    Parameters

    parcelLayer
    The target parcel layer to update.
    sourceFeatures
    The source layers and feature OIDs of parcel features.
    recordName
    The name of the parcel record that will be used to retire the parcel features.
    Exceptions
    ExceptionDescription
    ParcelLayer, sourceFeatures, recordName 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