ArcObjects Library Reference (GeoDatabase)  

ITopologyNode.Edges Property

The set of topological edges incident on this node.

[Visual Basic .NET]
Public Function get_Edges ( _
    ByVal clockwise As Boolean _
) As IEnumNodeEdge
[C#]
public IEnumNodeEdge get_Edges (
    bool clockwise
);
[C++]
HRESULT get_Edges(
  VARIANT_BOOL clockwise,
  IEnumNodeEdge** Edges
);
[C++]

Parameters

clockwise   clockwise is a parameter of type VARIANT_BOOL Edges [out, retval]

  Edges is a parameter of type IEnumNodeEdge

Product Availability

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

See Also

ITopologyNode Interface