public ParcelEditToken DuplicateParcels( ParcelLayer parcelLayer, SelectionSet sourceFeatures, string recordName, Layer destinationLayer, int destinationParcelSubtype, long repeatCount, string updateField, long startValue, long incrementValue )
Public Overloads Function DuplicateParcels( _ ByVal parcelLayer As ParcelLayer, _ ByVal sourceFeatures As SelectionSet, _ ByVal recordName As String, _ ByVal destinationLayer As Layer, _ ByVal destinationParcelSubtype As Integer, _ ByVal repeatCount As Long, _ ByVal updateField As String, _ ByVal startValue As Long, _ ByVal incrementValue As Long _ ) As ParcelEditToken
Parameters
- parcelLayer
- The parcel fabric layer to duplicate the selected features from.
- sourceFeatures
- The source layers and feature OIDs of parcel features.
- recordName
- The name of the parcel record feature that will be assigned to new features.
- destinationLayer
- The target parcel type layer to duplicate the selected parcel features into.
- destinationParcelSubtype
- The target parcel subtype assigned to the selected parcel features.
- repeatCount
- The amount of times to repeat parcel duplication.
- updateField
- The incrementable field to update.
- startValue
- The value to start incrementing from.
- incrementValue
- The size of the increment step to take on the next duplication.