The default output location is the location of the specified topology.
The output of the tool consists of three feature classes, one for each supported geometry type of topology error: points, lines, and polygons. The names of each feature class are created by combining a user-defined base name appended with either PointsErrors, LineErrors, or PolygonErrors.
The default Base Name parameter value for the three output feature classes is the name of the specified topology.
Three output feature classes are always created, even if there are no topology errors of each geometry type. Use the Get Count tool to determine if any of the feature classes are empty.
The field collection of the output feature classes is fixed and can only be modified after exporting. Along with the standard geodatabase feature class fields (ObjectID, Shape, and optional shape length and area fields), the following fields are included and contain information regarding each topology error:
| Field name | Type | Description |
|---|
OriginObjectClassName | String | Origin Class Name |
OriginObjectID | Integer | Origin Feature's Object ID |
DestinationObjectClassName | String | Destination Class Name |
DestinationObjectID | Integer | Destination Feature's Object ID |
RuleType | String | Description of the rule that was violated, obtained from the esriTopologyRuleType enumeration |
RuleDescription | String | User-friendly description of the rule that was violated. This description is the same as one provided in the Topology Error Inspector. |
IsException | Integer | Indicates if this error is an exception. A value of 1 identifies the error as an exception. |
Starting at ArcGIS Pro 2.6, the input topology layer can be from a topology service if the service is published with ArcGIS Enterprise 10.8.1 or later. If the layer has been added to the Contents pane, you can drag the layer to the Input Topology parameter, or you can provide the URL of the topology layer feature service, for example, https://myserver.mydomain.com/server/rest/services/myTopoService/FeatureServer/0.