IEnumTopologyEdge Interface

Provides access to a set of topology edges.

Members

Name Description
Read-only property Count The number of topology edges in the enumerator.
Method Next Returns the next topology edge.
Method Reset Resets the enumerator.

IEnumTopologyEdge.Count Property

The number of topology edges in the enumerator.

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

IEnumTopologyEdge.Next Method

Returns the next topology edge.

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

IEnumTopologyEdge.Reset Method

Resets the enumerator.

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

Classes that implement IEnumTopologyEdge

Classes Description

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