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


INALocationRanges.JunctionCount Property (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.JunctionCount Property
ArcGIS Developer Help

INALocationRanges.JunctionCount Property

Returns the number of junction EIDs currently stored in the NALocationRanges object.

[Visual Basic .NET]
Public ReadOnly Property JunctionCount As Integer
[C#]
public int JunctionCount {get;}
[C++]
HRESULT get_JunctionCount(
  System.Int32* JunctionCount
);
[C++]
Parameters
JunctionCount [out, retval]

JunctionCount is a parameter of type long*

Product Availability

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

Remarks

Provides a count of the junction EIDs held by the NALocationRanges object.

See Also

INALocationRanges Interface

.NET Samples

ArcGIS Network Analyst extension barrier location editor