validateNetworkTopology

fun validateNetworkTopology(extent: Envelope, executionType: GeoprocessingExecutionType = GeoprocessingExecutionType.SynchronousExecute): UtilityNetworkValidationJob

Returns a job that when started will validate the utility network topology within the provided extent. The preferred job execution type is GeoprocessingExecutionType.SynchronousExecute because it is faster to start up. For larger jobs, GeoprocessingExecutionType.SynchronousExecute can lead to timeouts, at which point GeoprocessingExecutionType.AsynchronousSubmit should be used.

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[https://pro.arcgis.com/en/pro-app/latest/help/data/utility-network/about-error-features.htm#ESRI_SECTION2_F4611CC85C7B4645BDE06CE9C9081D31] for more information on validation errors.

Return

An UtilityNetworkValidationJob to validate network topology.

Since

200.3.0

See also