This document is archived and information here might be outdated. Recommended version. |
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
);
[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
CreateSimpleTurnEx creates a turn between two edges in the traversal results turn feature class.