ArcObjects Library Reference (GeoDatabase)  

IForwardStarGEN Interface

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
Method FindAdjacent Finds the edge elements that are adjacent to the given junction element and returns the count.
Read-only property Network Underlying network of this forward star cursor.
Method QueryAdjacentEdge Returns index'th adjacent edge found with FindAdjacent, its orientation, and its weight value.
Method QueryAdjacentEdges Returns the adjacent edges found with FindAdjacent into the specified user-defined array.
Method QueryAdjacentJunction Returns the opposite junction of the index'th adjacent edge found with FindAdjacent, and the weight value for this junction.
Method QueryAdjacentJunctions Returns the opposite junctions of the adjacent edges found with FindAdjacent into the specified user-defined array.
Method 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.