ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / SetParcelHistoryCurrent Method
The target parcel layer to update.
The source layers and feature OIDs of parcel features.

In This Topic
    SetParcelHistoryCurrent Method
    In This Topic
    Set the history of the selected parcel features to current.
    Syntax
    Public Function SetParcelHistoryCurrent( _
       ByVal parcelLayer As ParcelLayer, _
       ByVal sourceFeatures As SelectionSet _
    ) As ParcelEditToken

    Parameters

    parcelLayer
    The target parcel layer to update.
    sourceFeatures
    The source layers and feature OIDs of parcel features.
    Exceptions
    ExceptionDescription
    ParcelLayer, sourceFeatures 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