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 |
---|---|
Utility |
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.
Invalid Indicates one of the following:Operation Exception - validate network topology is not supported, check Supports
Validate Network Topology - network topology is not enabled
- pending edits exist
- another session is running validate in the default version
- a geodatabase transaction is already started
- validate network topology is not supported, check Supports
- System.
Timeout will be set if the server timed out due to the size of the network.Exception - Geodatabase
Closed will be set if a validate operation is called on a closed geodatabase.Exception
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.6 |
.NET | 200.3 - 200.6 |
.NET Windows | 200.3 - 200.6 |
.NET Android | 200.3 - 200.6 |
.NET iOS | 200.3 - 200.6 |
.NET Framework | 200.3 - 200.6 |
UWP | 200.3 - 200.6 |