Show / Hide Table of Contents

Property Result

Result

Gets the result of a validate network topology job that has succeeded, null otherwise.

Declaration
public UtilityValidationResult Result { get; }
Property Value
Type Description
UtilityValidationResult

The result of a validate network topology job that has succeeded, null otherwise.

Remarks

If the job is in progress then a null result is returned until the job successfully completes.

If the job fails to complete successfully, Error will be set to one of the following exceptions.

  • System.InvalidOperationException Indicates one of the following:
    • validate network topology is not supported, check SupportsValidateNetworkTopology
    • network topology is not enabled
    • pending edits exist
    • another session is running validate in the default version
    • a geodatabase transaction is already started
  • System.TimeoutException will be set if the server timed out due to the size of the network.
  • GeodatabaseClosedException will be set if a validate operation is called on a closed geodatabase.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 200.8
.NET Windows200.3 - 200.8
.NET Android200.3 - 200.8
.NET iOS200.3 - 200.8
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In This Article
Back to top Copyright © 2022 Esri.