Provides access to a set of topology edges.
Members
Name | Description | |
---|---|---|
Count | The number of topology edges in the enumerator. | |
Next | Returns the next topology edge. | |
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 |
---|