This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INATraversalResultEdit Interface > INATraversalResultEdit.WriteJunctionBuffer Method (ArcObjects .NET 10.5 SDK) |
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
WriteJunctionBuffer has been superseded by INATraversalResultEdit2.WriteJunctionBufferEx.