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


INALocationRanges.AddJunction Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocationRanges Interface > INALocationRanges.AddJunction Method
ArcGIS Developer Help

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