Label | Explanation | Data Type |
Source Points
| The source point feature class that will be used to update points in the target parcel fabric. | Feature Layer |
Target Parcel Fabric
| The target parcel fabric containing the points that will be updated. The target parcel fabric can be from a file geodatabase, an enterprise geodatabase connected to the default version, or a feature service. | Parcel Layer |
Match Point Method
| Specifies the method that will be used to find parcel fabric points that match the source points.
| String |
Search Distance
(Optional) | The distance that will be used to search for parcel fabric points that lie within the proximity of source points. If a parcel fabric point is found within the search distance of a source point, the points will be matched and the parcel fabric point will be updated. | Linear Unit |
Update Type
| Specifies the type of update that will be applied to parcel fabric points that match source points.
| String |
Record Name
(Optional) | The name of the record that will be associated with the new imported points. If the record already exists in the target parcel fabric, the new points are associated with the record. If the record does not exist, a record will be created. If new points replace existing points, and Update Type is set to Retire and replace (update_type = RETIRE_AND_REPLACE in Python), the record will be used to retire the points as historic. | String |
Match Field
(Optional) | The field that will be used to match source points to parcel fabric points when Name and proximity (NAME_AND_PROXIMITY in Python) or Global ID and proximity (GLOBALID_AND_PROXIMITY in Python) is used for the Match Point Method (match_point_method in Python) parameter. When searching by name, the field in the source point feature class should be of type Text. When searching by Global ID, the field in the source point feature class should be of type GUID. | Field |
Conflicts Table
(Optional) | The path and name of the output table that will store conflicts. If more than one parcel fabric point is found within the search tolerance of a source point, the object IDs of the source points and parcel fabric points will be reported in the conflicts table. | Table |
Derived Output
Label | Explanation | Data Type |
Updated Parcel Fabric | The updated parcel fabric. | Parcel Layer |