ArcObjects Library Reference (NetworkAnalyst)  

INATraversalResultEdit.CreateJunction Method

Make a new junction in the result.

[Visual Basic .NET]
Public Function CreateJunction ( _
    ByVal SourceID As Integer, _
    ByVal SourceOID As Integer, _
    ByVal Point As IPoint _
) As Integer
[C#]
public int CreateJunction (
    int SourceID,
    int SourceOID,
    IPoint Point
);
[C++]
HRESULT CreateJunction(
  long SourceID,
  long SourceOID,
  IPoint* Point,
  long* ElementID
);
[C++]

Parameters

SourceID [in]   SourceID is a parameter of type long SourceOID [in]   SourceOID is a parameter of type long Point [in]

  Point is a parameter of type IPoint

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

CreateJunction has been superseded by INATraversalResultEdit2.CreateJunctionEx.

See Also

INATraversalResultEdit Interface