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


IForwardStarGEN.QueryAtTurn Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IForwardStarGEN Interface > IForwardStarGEN.QueryAtTurn Method
ArcGIS Developer Help

IForwardStarGEN.QueryAtTurn Method

Returns the turn through which the index'th adjacent edge found with FindAdjacent passes, and the weight value of the turn.

[Visual Basic .NET]
Public Sub QueryAtTurn ( _
    ByVal Index As Integer, _
    ByRef adjacentTurnEID As Integer, _
    ByRef adjacentTurnWeightValue As Object _
)
[C#]
public void QueryAtTurn (
    int Index,
    ref int adjacentTurnEID,
    ref object adjacentTurnWeightValue
);
[C++]
HRESULT QueryAtTurn(
  long Index,
  System.Int32* adjacentTurnEID,
  Variant* adjacentTurnWeightValue
);
[C++]
Parameters
Index [in]

Index is a parameter of type long adjacentTurnEID [out]
adjacentTurnEID is a parameter of type long* adjacentTurnWeightValue [out]
adjacentTurnWeightValue is a parameter of type VARIANT*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IForwardStarGEN Interface