This document is archived and information here might be outdated. Recommended version. |
Returns all edges sharing the specified node.
[Visual Basic .NET] Public Function GetIncidentEdges ( _ ) As ITinEdgeArray
[C#] public ITinEdgeArray GetIncidentEdges ( );
[C++]
HRESULT GetIncidentEdges(
void
);
The edges returned in the TinEdgeArray all share this node as their from node.