public ParcelEditToken DuplicateParcels( ParcelLayer parcelLayer, SelectionSet sourceFeatures, Guid recordGuid, Layer destinationLayer, int destinationParcelSubtype, long repeatCount )
Public Overloads Function DuplicateParcels( _ ByVal parcelLayer As ParcelLayer, _ ByVal sourceFeatures As SelectionSet, _ ByVal recordGuid As Guid, _ 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.
- recordGuid
- The global Id of the parcel record feature to assign 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.