This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocationRanges Interface > INALocationRanges.EdgeRangeCount Property (ArcObjects .NET 10.4 SDK) |
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
Provides a count of the edge EIDs held by the NALocationRanges object.