ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / RetireFeaturesToRecord Method / RetireFeaturesToRecord(ParcelLayer,SelectionSet,String) Method
The parcel fabric layer with the parcels to have the record assigned.
The source layers and feature OIDs of parcel features.
The name of the parcel record that will retire parcel features.
Version

    RetireFeaturesToRecord(ParcelLayer,SelectionSet,String) Method
    Retire parcels to a record.
    Syntax

    Parameters

    parcelLayer
    The parcel fabric layer with the parcels to have the record assigned.
    sourceFeatures
    The source layers and feature OIDs of parcel features.
    recordName
    The name of the parcel record that will retire parcel features.
    Exceptions
    ExceptionDescription
    ParcelLayer, sourceFeatures, and 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