ArcGIS Pro 2.9 API Reference Guide
CreateParcelSeedsByRecord(ParcelLayer,Guid,IEnumerable<MapMember>) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > CreateParcelSeedsByRecord Method : CreateParcelSeedsByRecord(ParcelLayer,Guid,IEnumerable<MapMember>) Method
The parcel fabric layer to create the parcel seeds.
The record Guid.
Layers that the editor listens to for database changes. This allows edit operations like SelectNewFeatures, SelectModifiedFeatures to act on feature changes.
Create parcel seeds for all lines with the given record.
Syntax
Public Overloads Function CreateParcelSeedsByRecord( _
   ByVal parcelLayer As ParcelLayer, _
   ByVal recordGuid As Guid, _
   Optional ByVal layers As IEnumerable(Of MapMember) _
) As ParcelEditToken

Parameters

parcelLayer
The parcel fabric layer to create the parcel seeds.
recordGuid
The record Guid.
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, extent and recordGuid 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