ArcObjects Library Reference (GeoDatabase)  

ITinNode.GetIncidentEdges Method

Returns all edges sharing the specified node.

[Visual Basic .NET]
Public Function GetIncidentEdges ( _
) As ITinEdgeArray
[C#]
public ITinEdgeArray GetIncidentEdges (
);
[C++]
HRESULT GetIncidentEdges(
  ITinEdgeArray** ppEdges
);
[C++]

Parameters

ppEdges [out, retval]

  ppEdges is a parameter of type ITinEdgeArray

Product Availability

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

Description

The edges returned in the TinEdgeArray all share this node as their from node.

See Also

ITinNode Interface