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


INATraversalResultEdit2.CreateSimpleTurnEx Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INATraversalResultEdit2.CreateSimpleTurnEx Method

Make a new two edge turn in the result.

[Visual Basic .NET]
Public Function CreateSimpleTurnEx ( _
    ByVal SourceID As Integer, _
    ByVal SourceOID As Integer, _
    ByVal EID As Integer, _
    ByVal fromEdgeID As Integer, _
    ByVal toEdgeID As Integer _
) As Integer
[C#]
public int CreateSimpleTurnEx (
    int SourceID,
    int SourceOID,
    int EID,
    int fromEdgeID,
    int toEdgeID
);
[C++]
HRESULT CreateSimpleTurnEx(
  long SourceID,
  long SourceOID,
  long EID,
  long fromEdgeID,
  long toEdgeID,
  long* ElementID
);
[C++]

Parameters SourceID [in] SourceID is a parameter of type long SourceOID [in] SourceOID is a parameter of type long EID [in] EID is a parameter of type long fromEdgeID [in] fromEdgeID is a parameter of type long toEdgeID [in] toEdgeID is a parameter of type long ElementID [out, retval] ElementID is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

CreateSimpleTurnEx creates a turn between two edges in the traversal results turn feature class.

See Also

INATraversalResultEdit2 Interface