IEnumNetworkDiagram Interface

Provides access to members that enumerate through network diagrams.

Members

Name Description
Read-only property Count Number of items in the network diagrams enumeration.
Method Next Retrieves the next network diagram in the enumeration sequence.
Method Reset Resets the enumeration sequence to the beginning.

IEnumNetworkDiagram.Count Property

Number of items in the network diagrams enumeration.

Public ReadOnly Property Count As Integer
public int Count {get;}

IEnumNetworkDiagram.Next Method

Retrieves the next network diagram in the enumeration sequence.

Public Function Next ( _
) As INetworkDiagram
public INetworkDiagram Next (
);

IEnumNetworkDiagram.Reset Method

Resets the enumeration sequence to the beginning.

Public Sub Reset ( _
)
public void Reset (
);

Classes that implement IEnumNetworkDiagram

Classes Description

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