ArcObjects Library Reference (GeoDatabase)  

IEnumNodeEdge Interface

Provides access to the set of edges incident on the specified node.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read-only property Count The number of edges entering and leaving this node. A closed edge will be counted twice.
Read-only property IsClockwise Indicates if this enumerator is returning edges in clockwise order, or false if it is returning them in counterclockwise order.
Method Next Returns the next edge in clockwise or counterclockwise order about the node. 'atFrom' is true if the from point of the edge is incident on this node.
Method Reset Resets this eumerator.