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

In This Topic
    AssignFeaturesToRecord(ParcelLayer,SelectionSet,Int64) Method
    In This Topic
    Assign parcels to a record.
    Syntax
    Public Overloads Function AssignFeaturesToRecord( _
       ByVal parcelLayer As ParcelLayer, _
       ByVal sourceFeatures As SelectionSet, _
       ByVal recordOid As Long _
    ) 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.
    recordOid
    The object Id of the parcel record that will be assigned to 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