public ValidationResult ValidateNetworkTopology( Geometry extent, ServiceSynchronizationType serviceSynchronizationType, ValidationType validationType )
Public Overloads Function ValidateNetworkTopology( _ ByVal extent As Geometry, _ ByVal serviceSynchronizationType As ServiceSynchronizationType, _ ByVal validationType As ValidationType _ ) As ValidationResult
Parameters
- extent
- The extent of the area to be validating. If this parameter is missing or null, the entire extent of the utility network is used.
- serviceSynchronizationType
- Specifies which implementation of the service endpoint to call. This parameter is ignored for non-services based utility networks.
- validationType
- Specifies the type of validation.
Return Value
A ValidationResult that describes the result of the operation.