ArcGIS Pro 2.9 API Reference Guide
AssignFeaturesToRecord(ParcelLayer,IEnumerable<KeyValuePair<MapMember,List<Int64>>>,String) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > AssignFeaturesToRecord Method : AssignFeaturesToRecord(ParcelLayer,IEnumerable<KeyValuePair<MapMember,List<Int64>>>,String) Method
The parcel fabric layer with the parcels to have the record assigned.
The source layers and feature IDs of parcel features.
The name of the parcel record that will be assigned to new parcel features.
Assign 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 IDs of parcel features.
recordName
The name of the parcel record that will be assigned to new 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, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List