public static ValidationResult ValidateNetworkTopologyInEditOperation( UtilityNetwork utilityNetwork, Geometry extent )
Public Overloads Shared Function ValidateNetworkTopologyInEditOperation( _ ByVal utilityNetwork As UtilityNetwork, _ ByVal extent As Geometry _ ) As ValidationResult
Parameters
- utilityNetwork
- The UtilityNetwork instance whose network topology to validate.
- 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.
Return Value
A ValidationResult that describes the result of the operation.