ArcGIS Pro 2.7 API Reference Guide
BuildParcelsByRecord Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class : BuildParcelsByRecord Method
The parcel layer to build.
Record of features to build.
Layers that the editor listens to for database changes. This allows edit operations like SelectNewFeatures, SelectModifiedFeatures to act on feature changes.
Build all features of the parcel dataset.
Syntax
Public Function BuildParcelsByRecord( _
   ByVal parcelLayer As ParcelLayer, _
   ByVal recordGuid As Guid, _
   Optional ByVal layers As IEnumerable(Of MapMember) _
) As ParcelEditToken

Parameters

parcelLayer
The parcel layer to build.
recordGuid
Record of features to build.
layers
Layers that the editor listens to for database changes. This allows edit operations like SelectNewFeatures, SelectModifiedFeatures to act on feature changes.
Exceptions
ExceptionDescription
ParcelLayer and recordGuid cannot be null.
Insufficient license. This method requires a standard license.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members