| Overload | Description |
|---|---|
| ValidateNetworkTopology() | Validates the entire utility network topology. This method must be called on the MCT. Use QueuedTask.Run. |
| ValidateNetworkTopology(Geometry) | Validates the utility network topology within the provided extent. This method must be called on the MCT. Use QueuedTask.Run. |
| ValidateNetworkTopology(Geometry,ServiceSynchronizationType) | Validates the utility network topology within the provided extent. This method must be called on the MCT. Use QueuedTask.Run. |
| ValidateNetworkTopology(Geometry,ServiceSynchronizationType,ValidationType) | Validates the utility network topology within the provided extent according to the provided validation type. This method must be called on the MCT. Use QueuedTask.Run. |
| ValidateNetworkTopology(IEnumerable<Selection>) | Validates the utility network topology within the provided extent according to the provided validation type and selection set. This method must be called on the MCT. Use QueuedTask.Run. |
| ValidateNetworkTopology(IEnumerable<Selection>,ServiceSynchronizationType) | Validates the utility network topology within the provided extent according to the provided validation type and selection set. This method must be called on the MCT. Use QueuedTask.Run. |
| ValidateNetworkTopology(IEnumerable<Selection>,ServiceSynchronizationType,ValidationType) | Validates the utility network topology within the provided extent according to the provided validation type and selection set. This method must be called on the MCT. Use QueuedTask.Run. |