Provides access to members that query information about adjacent elements in the logical network.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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 that implement IForwardStarGEN
CoClasses and Classes | Description |
---|---|
ForwardStar | A container for querying information about adjacent elements in the logical network. |