This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IForwardStar 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. | |
QueryAtTurns | Returns the turns through which the adjacent edges found with FindAdjacent passes into the user-defined array. |
CoClasses and Classes | Description |
---|---|
ForwardStar | A container for querying information about adjacent elements in the logical network. |
Not all members are callable from C#. Please use IForwardStarGEN instead.
Not all members are callable from VB.NET. Please use IForwardStarGEN instead.
INetworkUpdate Interface | IUtilityNetwork Interface | INetworkWorkspace Interface | INetwork Interface | IGraph.VertexBasedStretching Property | IForwardStar Interface | INetworkClass.GeometricNetwork Property | INetworkClass.NetworkAncillaryRole Property | INetworkClass.FieldToWeightMapping Property