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

In This Topic
    RetireFeaturesToRecord(ParcelLayer,SelectionSet,ParcelRecord) Method
    In This Topic
    Retire parcels to a record.
    Syntax
    Public Overloads Function RetireFeaturesToRecord( _
       ByVal parcelLayer As ParcelLayer, _
       ByVal sourceFeatures As SelectionSet, _
       ByVal parcelRecord As ParcelRecord _
    ) As ParcelEditToken

    Parameters

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