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


ITinNode.GetIncidentEdges Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinNode Interface > ITinNode.GetIncidentEdges Method
ArcGIS Developer Help

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(
void
);

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