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


INALocationRanges.AddJunction Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INALocationRanges.AddJunction Method

Adds a junction EID to the NALocationRanges object.

[Visual Basic .NET]
Public Sub AddJunction ( _
    ByVal junctionEID As Integer _
)
[C#]
public void AddJunction (
    int junctionEID
);
[C++]
HRESULT AddJunction(
  long junctionEID
);
[C++]

Parameters junctionEID [in] junctionEID is a parameter of type long

Product Availability

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

Remarks

Adds a junction EID to the set held by the NALocationRanges object.

See Also

INALocationRanges Interface

.NET Samples

ArcGIS Network Analyst extension barrier location editor (Code Files: EditorForm)