This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocationRanges Interface > INALocationRanges.AddJunction Method (ArcObjects .NET 10.4 SDK) |
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
Adds a junction EID to the set held by the NALocationRanges object.