This document is archived and information here might be outdated.  Recommended version.


ITopologyNode.Edges Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyNode Interface > ITopologyNode.Edges Property
ArcGIS Developer Help

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 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