IBaseNetworkTopology2 Interface

Provides access to members that specify the properties of a base network topology.

Members

Name Description
Read-only property DirtyArea Returns the dirty area polygon of the utility network.
Method HasValidNetworkTopology Indicates if the network has a valid network topology.
Read-only property NetworkTopologyUpdateInfo Returns the network topology update info.
Read-only property NetworkTopologyUpdateMoments Returns the network topology update moments.
Method ValidateNetworkTopology Validates the network topology.
Method ValidateNetworkTopologyEx Validates the network topology.

IBaseNetworkTopology2.ValidateNetworkTopologyEx Method

Validates the network topology.

Public Sub ValidateNetworkTopologyEx ( _
    ByVal Extent As IEnvelope, _
    ByVal SelectionSet As IIndexedGUIDSets, _
    ByVal asynchronous As Boolean, _
    ByVal preserveEIDs As Boolean, _
    ByVal respectDAs As Boolean, _
    ByRef TimeStamp As Double, _
    ByRef HasErrors As Boolean, _
    ByRef dirtyAreasCount As Integer, _
    ByRef fullUpdate As Boolean _
)
public void ValidateNetworkTopologyEx (
    IEnvelope Extent,
    IIndexedGUIDSets SelectionSet,
    bool asynchronous,
    bool preserveEIDs,
    bool respectDAs,
    ref double TimeStamp,
    ref bool HasErrors,
    ref int dirtyAreasCount,
    ref bool fullUpdate
);

Inherited Interfaces

Interfaces Description
IBaseNetworkTopology Provides access to members that specify the properties of a base network topology.

Classes that implement IBaseNetworkTopology2

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.