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


ITinNode.GetIncidentEdges Method (ArcObjects .NET 10.5 SDK)
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