The result of a UtilityNetworkValidationJob. More...
| Header | #include <Utility |
| Since | Esri |
| Inherits | Esri |
Public Functions
| virtual | ~ |
| bool | has |
| bool | has |
Detailed Description
These read-only properties provide detailed information about the results of the validate network topology operation.
See also UtilityNetwork::validateNetworkTopology(const Esri::ArcGISRuntime::Envelope&).
Member Function Documentation
[override virtual noexcept] UtilityValidationResult::~UtilityValidationResult ()
Destructor.
bool UtilityValidationResult::hasDirtyAreas () const
Returns true if the network topology of the utility network contains any dirty areas, false otherwise.
Query the UtilityNetwork::dirtyAreaTable to view these dirty areas.
bool UtilityValidationResult::hasErrors () const
Returns true if new error features were created during topology validation, false otherwise.
Dirty areas that are not successfully validated remain in the dirty area table and are flagged as errors. Query the UtilityNetwork::dirtyAreaTable to view these errors.