For a list of all members of this type, see TableCompare members.
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| attribute_tolerances | The numeric value that determines the range in which attribute values are considered equal. This only applies to numeric field types. (In, Optional) |
| compare_status | Compare Status (out, Optional) |
| compare_type | The comparison type. ALL is the default. The default will compare all properties of the tables being compared. (In, Optional) |
| continue_compare | Indicates whether to compare all properties after encountering the first mismatch.
(In, Optional) |
| ignore_options | These properties will not be compared during comparison. (In, Optional) |
| in_base_table | The Input Base Table is compared with the Input Test Table. The Input Base Table refers to tabular data that you have declared valid. This base data has the correct field definitions and attribute values. (In, Required) |
| in_test_table | The Input Test Table is compared against the Input Base Table. The Input Test Table refers to data that you have made changes to by editing or compiling new fields, new records, or new attribute values. (In, Required) |
| omit_field | The field or fields that will be omitted during comparison. The field definitions and the tabular values for these fields will be ignored. (In, Optional) |
| out_compare_file | This file will contain all similarities and differences between the Input Base Table and the Input Test Table. This file is a comma-delimited text file which can be viewed and used as a table in ArcGIS. (Out, Optional) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| sort_field | The field or fields used to sort records in the Input Base Table and the Input Test Table. The records are sorted in ascending order. Sorting by a common field in both the Input Base Table and the Input Test Table ensures that you are comparing the same row from each input dataset. (In, Required) |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
Top
See Also