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


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

INALocationRanges.EdgeRangeCount Property

Returns the number of edge ranges currently stored in the NALocationRanges object.

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

EdgeRangeCount 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 edge EIDs held by the NALocationRanges object.

See Also

INALocationRanges Interface

.NET Samples

ArcGIS Network Analyst extension barrier location editor