This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INATraversalResultEdit2 Interface > INATraversalResultEdit2.CreateSimpleTurnEx Method (ArcObjects .NET 10.4 SDK) |
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
CreateSimpleTurnEx creates a turn between two edges in the traversal results turn feature class.