public ParcelEditToken DuplicateParcels( ParcelLayer parcelLayer, SelectionSet sourceFeatures, string recordName, Layer destinationLayer, int destinationParcelSubtype, long repeatCount )
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 _ ) 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.