This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IForwardStarGEN Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that query information about adjacent elements in the logical network.
Description | ||
---|---|---|
FindAdjacent | Finds the edge elements that are adjacent to the given junction element and returns the count. | |
Network | Underlying network of this forward star cursor. | |
QueryAdjacentEdge | Returns index'th adjacent edge found with FindAdjacent, its orientation, and its weight value. | |
QueryAdjacentEdges | Returns the adjacent edges found with FindAdjacent into the specified user-defined array. | |
QueryAdjacentJunction | Returns the opposite junction of the index'th adjacent edge found with FindAdjacent, and the weight value for this junction. | |
QueryAdjacentJunctions | Returns the opposite junctions of the adjacent edges found with FindAdjacent into the specified user-defined array. | |
QueryAtTurn | Returns the turn through which the index'th adjacent edge found with FindAdjacent passes, and the weight value of the turn. |
CoClasses and Classes | Description |
---|---|
ForwardStar | A container for querying information about adjacent elements in the logical network. |