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


INATraversalResultEdit.WriteJunctionBuffer Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INATraversalResultEdit.WriteJunctionBuffer Method

Make a new junction in the result from the feature buffer.

[Visual Basic .NET]
Public Sub WriteJunctionBuffer ( _
    ByVal featureBuffer As IFeatureBuffer, _
    ByVal SourceID As Integer, _
    ByVal SourceOID As Integer, _
    ByVal Point As IPoint _
)
[C#]
public void WriteJunctionBuffer (
    IFeatureBuffer featureBuffer,
    int SourceID,
    int SourceOID,
    IPoint Point
);
[C++]
HRESULT WriteJunctionBuffer(
  IFeatureBuffer* featureBuffer,
  long SourceID,
  long SourceOID,
  IPoint* Point
);
[C++]

Parameters featureBuffer [in]
featureBuffer is a parameter of type IFeatureBuffer 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

Product Availability

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

Remarks

WriteJunctionBuffer has been superseded by INATraversalResultEdit2.WriteJunctionBufferEx.

See Also

INATraversalResultEdit Interface