Label | Explanation | Data Type |
Input Parcel Features
| The input parcel polygon layer containing the parcels that will be duplicated. | Feature Layer |
Record Name
| The name of the parcel record that will be associated with the duplicated parcels. If the parcel record provided does not exist, it will be created and the duplicated parcels will be assigned to it. If there is an active record in the map, the Record Name parameter is automatically populated with the name of the active record. | String |
Duplicate To Parcel Type
| The parcel type in which to duplicate the parcel. You can duplicate a parcel in the same parcel type or a different parcel type. | String |
Repeat (Optional) | The number of times the parcel will be duplicated. When duplicating parcels to create strata parcels, this parameter represents the number of floors that will be created. | Long |
Update Field
(Optional) | A numeric field (long) that will be incrementally updated with an integer number for each duplicated parcel. This parameter is typically used when duplicating parcels to create strata parcels (floor levels). If the parcel type supports the storage of strata parcels, the FloorOrder field is used as the update field. The number will start at the value specified for the Start parameter and will increment by the value specified for the Increment parameter. | Field |
Start
(Optional) | The starting value or floor level of the first parcel that will be duplicated. | Long |
Increment
(Optional) | The interval at which the value (floor level) in the update field will increase. For example, if the start number is 1 and the increment number is 2, the values will increase by 2 for each duplicated parcel (1, 3, 5, 7, and so on). | Long |
Derived Output
Label | Explanation | Data Type |
Output Polygon Feature Class | The updated parcel polygon feature class. | Feature Class |
Output Line Feature Class | The updated parcel line feature class. | Feature Class |
Output Record Feature Class | The updated parcel record feature class. | Feature Class |