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, |
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,
- 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
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |