ArcObjects Library Reference (NetworkAnalyst)  

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(
  long* 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 (Code Files: EditorForm)