Method ValidateNetworkTopology
ValidateNetworkTopology(Envelope)
Returns a job that when started will validate the utility network topology within the provided extent.
Declaration
public UtilityNetworkValidationJob ValidateNetworkTopology(Envelope extent)
Parameters
Type | Name | Description |
---|---|---|
Envelope | extent | The extent of the area to be validated. |
Returns
Type | Description |
---|---|
Utility |
A Utility |
Remarks
This is a second overload method for Validate
The job that is returned is dormant and needs to be explicitly started.
When working with an enterprise geodatabase, only a single session can run the validate operation at a time in the default version.
See Enable and validate network topology errors for more information on validation errors.
See Also
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 |
ValidateNetworkTopology(Envelope, GeoprocessingExecutionType)
Returns a job that when started will validate the utility network topology within the provided extent.
Declaration
public UtilityNetworkValidationJob ValidateNetworkTopology(Envelope extent, GeoprocessingExecutionType geoprocessingExecutionType)
Parameters
Type | Name | Description |
---|---|---|
Envelope | extent | The extent of the area to be validated. |
Geoprocessing |
geoprocessingExecutionType |
A Geoprocessing
Running with Geoprocessing |
Returns
Type | Description |
---|---|
Utility |
A Utility |
Remarks
The job that is returned is dormant and needs to be explicitly started.
When working with an enterprise geodatabase, only a single session can run the validate operation at a time in the default version.
See Enable and validate network topology errors for more information on validation errors.
See Also
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 |